summaryrefslogtreecommitdiffstats
path: root/src/etc/rc.php_ini_setup
diff options
context:
space:
mode:
authorNewEraCracker <neweracracker@gmail.com>2016-08-16 16:43:35 +0100
committerRenato Botelho <renato@netgate.com>2016-09-02 10:28:42 -0300
commitb9e9778a5bdac6ffbfd375a60b8cd8c26257640c (patch)
tree0eb60019b4bc9c286a0a358b21fd29c8f1256a5d /src/etc/rc.php_ini_setup
parent02809cc60285c3e6ff4f3c6e338be91981083310 (diff)
downloadpfsense-b9e9778a5bdac6ffbfd375a60b8cd8c26257640c.zip
pfsense-b9e9778a5bdac6ffbfd375a60b8cd8c26257640c.tar.gz
Uniformize memory limits and remove old code (revised)
1) Allow setting a memory_limit up to 768M (Suhosin) 2) Remove old workarounds. Memory limits on config.inc will be new defaults (cherry picked from commit 7edcc54b2e9d1de51d5e6d0aedade89bc2cf0699)
Diffstat (limited to 'src/etc/rc.php_ini_setup')
-rwxr-xr-xsrc/etc/rc.php_ini_setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/rc.php_ini_setup b/src/etc/rc.php_ini_setup
index e2e5901..7736110 100755
--- a/src/etc/rc.php_ini_setup
+++ b/src/etc/rc.php_ini_setup
@@ -301,7 +301,7 @@ suhosin.post.max_value_length = 500000
suhosin.request.max_array_index_length = 256
suhosin.request.max_vars = 5000
suhosin.request.max_value_length = 500000
-suhosin.memory_limit = 536870912
+suhosin.memory_limit = 805306368
EOF
OpenPOWER on IntegriCloud