mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
11 lines
337 B
INI
11 lines
337 B
INI
; May help to speed up our test suites
|
|
[opcache]
|
|
opcache.enable = 1
|
|
opcache.enable_cli = 1
|
|
|
|
opcache.memory_consumption = 256
|
|
opcache.max_accelerated_files = 32531
|
|
opcache.interned_strings_buffer = 8
|
|
opcache.validate_timestamps = 0
|
|
opcache.save_comments = 1
|
|
opcache.fast_shutdown = 0 ; switching on causes "zend_mm_heap corrupted" errors
|