increase php memory limit
This commit is contained in:
parent
fd6c4b59b7
commit
db53651e97
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,3 @@
|
|||
|
||||
opcache.enable=1
|
||||
opcache.enable_cli=1
|
||||
opcache.interned_strings_buffer=8
|
||||
|
@ -6,3 +5,5 @@ opcache.max_accelerated_files=10000
|
|||
opcache.memory_consumption=128
|
||||
opcache.save_comments=1
|
||||
opcache.revalidate_freq=1
|
||||
|
||||
memory_limit = 1G
|
||||
|
|
Loading…
Reference in a new issue