changed php memory limit
This commit is contained in:
parent
a297668a73
commit
3057093ce8
@ -12,7 +12,7 @@ let
|
|||||||
display_startup_errors = On
|
display_startup_errors = On
|
||||||
max_execution_time = 3000
|
max_execution_time = 3000
|
||||||
max_input_time = 3000
|
max_input_time = 3000
|
||||||
memory_limit = 1024MB;
|
memory_limit = 256MB;
|
||||||
max_input_vars = 3000
|
max_input_vars = 3000
|
||||||
opcache.enable=1;
|
opcache.enable=1;
|
||||||
opcache.memory_consumption=512;
|
opcache.memory_consumption=512;
|
||||||
|
Loading…
Reference in New Issue
Block a user