mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Relax Suhosin to allow a 512M memory limit
This commit is contained in:
parent
4b643ce8bc
commit
e266e6d1ca
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user