roles/php-fpm: Update defaults

Latest defaults from the PHP.net opcache documentation:

    https://secure.php.net/manual/en/opcache.installation.php
This commit is contained in:
Alan Orth 2017-05-28 15:45:05 +03:00
parent 02d63d7701
commit f85c5f3605
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 1 deletions

View File

@ -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: 96
opcache_memory_consumption: 128
opcache_interned_strings_buffer: 8
opcache_max_accelerated_files: 4000
opcache_use_cwd: 1