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