You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
482 B
15 lines
482 B
expose_php = 0 |
|
; Default 128M is tight for long-form sync (large event JSON + Doctrine). Chunking helps; this adds headroom. |
|
memory_limit = 256M |
|
date.timezone = UTC |
|
apc.enable_cli = 1 |
|
session.use_strict_mode = 1 |
|
zend.detect_unicode = 0 |
|
|
|
; https://symfony.com/doc/current/performance.html |
|
realpath_cache_size = 4096K |
|
realpath_cache_ttl = 600 |
|
opcache.interned_strings_buffer = 16 |
|
opcache.max_accelerated_files = 20000 |
|
opcache.memory_consumption = 256 |
|
opcache.enable_file_override = 1
|
|
|