mirror of
https://github.com/lucaspalomodevelop/opnsense-core.git
synced 2026-03-13 00:07:27 +00:00
system: bump memory limit to 512MB
Was waiting for ticket, but never came. On 20.1 we are not bound to i386 so we can up this value, something about FRR not beging able to handle large deployments.
This commit is contained in:
parent
09c34b272f
commit
690602ecd5
@ -188,7 +188,7 @@ magic_quotes_gpc = Off
|
||||
max_execution_time = 900
|
||||
max_input_time = 1800
|
||||
max_input_vars = 5000
|
||||
memory_limit = 384M
|
||||
memory_limit = 512M
|
||||
register_argc_argv = On
|
||||
register_long_arrays = Off
|
||||
variables_order = "GPCS"
|
||||
|
||||
@ -6,7 +6,7 @@ magic_quotes_gpc = Off
|
||||
max_execution_time = 900
|
||||
max_input_time = 1800
|
||||
max_input_vars = 5000
|
||||
memory_limit = 384M
|
||||
memory_limit = 512M
|
||||
register_argc_argv = On
|
||||
register_long_arrays = Off
|
||||
variables_order = "GPCS"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user