mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-05 20:57:12 +00:00
15 lines
296 B
INI
15 lines
296 B
INI
[PHP]
|
|
memory_limit=4096M
|
|
|
|
[date]
|
|
date.timezone=${PHP_DATE_TIMEZONE}
|
|
|
|
[opcache]
|
|
opcache.enable=1
|
|
opcache.enable_cli=0
|
|
opcache.memory_consumption=512
|
|
opcache.max_accelerated_files=32531
|
|
opcache.interned_strings_buffer=8
|
|
opcache.validate_timestamps=0
|
|
opcache.save_comments=1
|
|
opcache.fast_shutdown=0
|