bundles/php: some opcache settings
This commit is contained in:
parent
c473f730d2
commit
1ae02ad4ec
1 changed files with 9 additions and 0 deletions
|
@ -97,3 +97,12 @@ session.sid_bits_per_character = 6
|
||||||
|
|
||||||
[Assertion]
|
[Assertion]
|
||||||
zend.assertions = -1
|
zend.assertions = -1
|
||||||
|
|
||||||
|
[opcache]
|
||||||
|
opcache.enable = 1
|
||||||
|
opcache.save_comments = 1
|
||||||
|
opcache.revalidate_freq = 60
|
||||||
|
opcache.jit = 1255
|
||||||
|
opcache.jit_buffer_size = 256M
|
||||||
|
opcache.memory_consumption = 256
|
||||||
|
opcache.max_accelerated_files = 1048793
|
||||||
|
|
Loading…
Reference in a new issue