enable apc for cli to fix OOM issue on occ

This commit is contained in:
bsod 2021-02-23 17:22:07 +01:00
parent e0b4753db4
commit 6cf972a6be
1 changed files with 3 additions and 0 deletions

View File

@ -7,3 +7,6 @@ opcache.save_comments=1
opcache.revalidate_freq=1 opcache.revalidate_freq=1
memory_limit = 1G memory_limit = 1G
apc.enable_cli=1
apc.enable=1