forum/docker/php/conf.d/symfony.prod.ini
Kévin Dunglas 8efe315479
feat: upgrade to PHP 8 (#92)
* feat: upgrade to PHP 8

* fix: preload
2020-12-08 21:19:31 +01:00

15 lines
408 B
INI

apc.enable_cli = 1
date.timezone = UTC
session.auto_start = Off
short_open_tag = Off
# https://symfony.com/doc/current/performance.html
opcache.interned_strings_buffer = 16
opcache.max_accelerated_files = 20000
opcache.memory_consumption = 256
opcache.validate_timestamps = 0
realpath_cache_size = 4096K
realpath_cache_ttl = 600
opcache.preload_user = www-data
opcache.preload = /srv/app/config/preload.php