forum/docker/php/conf.d/symfony.dev.ini

12 lines
297 B
INI
Raw Normal View History

2017-04-22 20:29:25 +02:00
apc.enable_cli = 1
date.timezone = UTC
session.auto_start = Off
short_open_tag = Off
# http://symfony.com/doc/current/performance.html
2018-06-25 10:09:10 +02:00
opcache.interned_strings_buffer = 16
2017-04-22 20:29:25 +02:00
opcache.max_accelerated_files = 20000
2018-06-25 10:09:10 +02:00
opcache.memory_consumption = 256
2017-04-22 20:29:25 +02:00
realpath_cache_size = 4096K
realpath_cache_ttl = 600