diff --git a/roles/php-fpm/templates/php7.0-php.ini.j2 b/roles/php-fpm/templates/php7.0-php.ini.j2 index d7fcfbf..f53d22d 100644 --- a/roles/php-fpm/templates/php7.0-php.ini.j2 +++ b/roles/php-fpm/templates/php7.0-php.ini.j2 @@ -323,7 +323,7 @@ disable_classes = ; be increased on systems where PHP opens many files to reflect the quantity of ; the file operations performed. ; http://php.net/realpath-cache-size -;realpath_cache_size = 16k +;realpath_cache_size = 4096k ; Duration of time, in seconds for which to cache realpath information for a given ; file or directory. For systems with rarely changing files, consider increasing this