increase php memory limit

This commit is contained in:
bsod 2019-09-30 22:48:50 +02:00
parent fd6c4b59b7
commit db53651e97
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,3 @@
opcache.enable=1 opcache.enable=1
opcache.enable_cli=1 opcache.enable_cli=1
opcache.interned_strings_buffer=8 opcache.interned_strings_buffer=8
@ -6,3 +5,5 @@ opcache.max_accelerated_files=10000
opcache.memory_consumption=128 opcache.memory_consumption=128
opcache.save_comments=1 opcache.save_comments=1
opcache.revalidate_freq=1 opcache.revalidate_freq=1
memory_limit = 1G