mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
[Travis] Changed OPCache configuration
This commit is contained in:
parent
ea725ea65f
commit
c29edc7ed9
1 changed files with 5 additions and 4 deletions
|
|
@ -3,8 +3,9 @@
|
|||
opcache.enable = 1
|
||||
opcache.enable_cli = 1
|
||||
|
||||
opcache.memory_consumption = 128
|
||||
opcache.max_accelerated_files = 4000
|
||||
opcache.revalidate_freq = 60
|
||||
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 = 1
|
||||
opcache.fast_shutdown = 0
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue