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
committerNewEraCracker <neweracracker@gmail.com>2016-08-16 16:45:45 +0100
commit7edcc54b2e9d1de51d5e6d0aedade89bc2cf0699 (patch)
tree159787fcedf3d195de1cd56049f817bcd4aeccd0 /src/etc/rc.php_ini_setup
parentea8e683a311869b78a4f85851977365a84621a46 (diff)
downloadpfsense-7edcc54b2e9d1de51d5e6d0aedade89bc2cf0699.zip
pfsense-7edcc54b2e9d1de51d5e6d0aedade89bc2cf0699.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
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 d1ea413..756b324 100755
--- a/src/etc/rc.php_ini_setup
+++ b/src/etc/rc.php_ini_setup
@@ -266,7 +266,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