Merge pull request #24 from ajardin/master

Improve OPcache settings
This commit is contained in:
Kévin Dunglas 2018-06-26 09:12:47 +02:00 committed by GitHub
commit d8dc263f99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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