summaryrefslogtreecommitdiffstats
path: root/etc/rc.php_ini_setup
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-11-26 18:05:32 -0500
committerScott Ullrich <sullrich@pfsense.org>2010-11-26 18:06:07 -0500
commitb9bc333b4417c6a1ae8c58fb8eee4bdb7e9071b0 (patch)
tree6242be46649f0f7eb57fa6ff6a5558fb522109e7 /etc/rc.php_ini_setup
parent990d7c037ca44700c30a6cd8bbd877c246944a5d (diff)
downloadpfsense-b9bc333b4417c6a1ae8c58fb8eee4bdb7e9071b0.zip
pfsense-b9bc333b4417c6a1ae8c58fb8eee4bdb7e9071b0.tar.gz
Increase suhosin maximum memory to avoid this error: ALERT - script tried to increase memory_limit to 268435456 bytes which is above the allowed value (attacker 'REMOTE_ADDR not set', file '/etc/inc/config.inc', line 59)
Diffstat (limited to 'etc/rc.php_ini_setup')
-rwxr-xr-xetc/rc.php_ini_setup1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/rc.php_ini_setup b/etc/rc.php_ini_setup
index 306c94f..6fc7589 100755
--- a/etc/rc.php_ini_setup
+++ b/etc/rc.php_ini_setup
@@ -235,6 +235,7 @@ suhosin.request.max_array_depth = 5000
suhosin.request.max_array_index_length = 256
suhosin.request.max_vars = 5000
suhosin.request.max_value_length = 500000
+suhosin.memory_limit = 512435456
EOF
OpenPOWER on IntegriCloud