changed php memory limit

This commit is contained in:
naturallaw77 2024-08-03 13:59:55 -07:00
parent a297668a73
commit 3057093ce8

View File

@ -12,7 +12,7 @@ let
display_startup_errors = On
max_execution_time = 3000
max_input_time = 3000
memory_limit = 1024MB;
memory_limit = 256MB;
max_input_vars = 3000
opcache.enable=1;
opcache.memory_consumption=512;