From d80399d152c7c9128b45db7b10072e7354ae8aad Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Tue, 8 Dec 2015 21:08:34 +0200 Subject: [PATCH] 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 --- roles/php5-fpm/defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/php5-fpm/defaults/main.yml b/roles/php5-fpm/defaults/main.yml index d9d57fe..0cc7a47 100644 --- a/roles/php5-fpm/defaults/main.yml +++ b/roles/php5-fpm/defaults/main.yml @@ -8,7 +8,7 @@ cgi_fix_pathinfo: 0 # see: https://php.net/manual/en/opcache.installation.php opcache_enable: 1 opcache_enable_cli: 0 -opcache_memory_consumption: 72 +opcache_memory_consumption: 96 opcache_interned_strings_buffer: 8 opcache_max_accelerated_files: 4000 opcache_use_cwd: 1