From 7df2668208eca39ef6a97c5d9dcb16e05e497a92 Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Fri, 11 Oct 2019 01:27:33 +0200 Subject: [PATCH] nginx/php-fpm: Increased size of opcache memory consumption to 256 --- roles/nginx/php-fpm/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/nginx/php-fpm/tasks/main.yml b/roles/nginx/php-fpm/tasks/main.yml index 3c9e152..a6e9891 100644 --- a/roles/nginx/php-fpm/tasks/main.yml +++ b/roles/nginx/php-fpm/tasks/main.yml @@ -29,7 +29,7 @@ with_dict: opcache.enable: 1 opcache.enable_cli: 1 - opcache.memory_consumption: 128 + opcache.memory_consumption: 256 opcache.interned_strings_buffer: 8 opcache.max_accelerated_files: 10000 opcache.revalidate_freq: 1