diff options
author | NewEraCracker <neweracracker@gmail.com> | 2016-05-24 22:00:05 +0100 |
---|---|---|
committer | Chris Buechler <cmb@pfsense.org> | 2016-05-24 18:03:49 -0500 |
commit | 4584521ef775b13dc9c3d674b7dce7f09a40fa13 (patch) | |
tree | d57f55afd46d8505855dbc1aee2d38033992d9d0 /src | |
parent | 370a0bc20f523085bc3f711f86a41d03baacb5ec (diff) | |
download | pfsense-4584521ef775b13dc9c3d674b7dce7f09a40fa13.zip pfsense-4584521ef775b13dc9c3d674b7dce7f09a40fa13.tar.gz |
Relax Suhosin to allow a 512M memory limit
Diffstat (limited to 'src')
-rwxr-xr-x | src/etc/rc.php_ini_setup | 2 |
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 |