roles/php5-fpm: Increase memory allocation
I added another WordPress blog so I need more memory for caching now. Eventually I wonder if I should deduplicate these somehow... Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
parent
a9cabe693b
commit
d80399d152
@ -8,7 +8,7 @@ cgi_fix_pathinfo: 0
|
|||||||
# see: https://php.net/manual/en/opcache.installation.php
|
# see: https://php.net/manual/en/opcache.installation.php
|
||||||
opcache_enable: 1
|
opcache_enable: 1
|
||||||
opcache_enable_cli: 0
|
opcache_enable_cli: 0
|
||||||
opcache_memory_consumption: 72
|
opcache_memory_consumption: 96
|
||||||
opcache_interned_strings_buffer: 8
|
opcache_interned_strings_buffer: 8
|
||||||
opcache_max_accelerated_files: 4000
|
opcache_max_accelerated_files: 4000
|
||||||
opcache_use_cwd: 1
|
opcache_use_cwd: 1
|
||||||
|
Loading…
Reference in New Issue
Block a user