[Travis] Changed OPCache configuration

This commit is contained in:
Kamil Kokot 2015-11-25 23:06:54 +01:00
parent ea725ea65f
commit c29edc7ed9

View file

@ -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