summaryrefslogtreecommitdiffstats
path: root/src/etc/rc.php_ini_setup
diff options
context:
space:
mode:
authorNewEraCracker <neweracracker@gmail.com>2016-05-24 22:00:05 +0100
committerNewEraCracker <neweracracker@gmail.com>2016-05-24 22:00:05 +0100
commite266e6d1caeff14af1bb7873c8a28972bdc19110 (patch)
tree11378ff2cc944a3c0878cafe0100db40e5fb73c1 /src/etc/rc.php_ini_setup
parent4b643ce8bcf42063d164cb38074cf2b36618d581 (diff)
downloadpfsense-e266e6d1caeff14af1bb7873c8a28972bdc19110.zip
pfsense-e266e6d1caeff14af1bb7873c8a28972bdc19110.tar.gz
Relax Suhosin to allow a 512M memory limit
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 a4dc8cb..03c3148 100755
--- a/src/etc/rc.php_ini_setup
+++ b/src/etc/rc.php_ini_setup
@@ -273,7 +273,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 = 512435456
+suhosin.memory_limit = 536870912
EOF
OpenPOWER on IntegriCloud