Improve OPcache settings

This commit is contained in:
Alexandre Jardin 2018-06-25 10:09:10 +02:00
parent 34f3d704f3
commit eac9be81fa
No known key found for this signature in database
GPG Key ID: 405DC05A6F8FFBA9

View File

@ -4,6 +4,8 @@ session.auto_start = Off
short_open_tag = Off short_open_tag = Off
# http://symfony.com/doc/current/performance.html # http://symfony.com/doc/current/performance.html
opcache.interned_strings_buffer = 16
opcache.max_accelerated_files = 20000 opcache.max_accelerated_files = 20000
opcache.memory_consumption = 256
realpath_cache_size = 4096K realpath_cache_size = 4096K
realpath_cache_ttl = 600 realpath_cache_ttl = 600