mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 10:04:41 +00:00
system: raise memory limit to 1G
This commit is contained in:
parent
f3e2f8ea3e
commit
6d1b3ceaba
@ -190,7 +190,7 @@ magic_quotes_gpc = Off
|
||||
max_execution_time = 900
|
||||
max_input_time = 1800
|
||||
max_input_vars = 5000
|
||||
memory_limit = 512M
|
||||
memory_limit = 1G
|
||||
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 = 512M
|
||||
memory_limit = 1G
|
||||
register_argc_argv = On
|
||||
register_long_arrays = Off
|
||||
variables_order = "GPCS"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user