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:
Franco Fichtner 2019-10-07 08:50:04 +02:00
parent 09c34b272f
commit 690602ecd5
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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"