mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-01-23 02:14:26 +00:00
Optimize opcache settings, enable JIT
This commit is contained in:
parent
9133b9899c
commit
83ba8d5840
1 changed files with 6 additions and 1 deletions
|
|
@ -1,7 +1,12 @@
|
|||
# opcache
|
||||
opcache.enable=1
|
||||
opcache.enable_cli=1
|
||||
opcache.interned_strings_buffer=16
|
||||
opcache.max_accelerated_files=10000
|
||||
opcache.memory_consumption=128
|
||||
opcache.save_comments=1
|
||||
opcache.revalidate_freq=1
|
||||
opcache.revalidate_freq=120
|
||||
opcache.validate_timestamps=0
|
||||
# jit
|
||||
opcache.jit = 1255
|
||||
opcache.jit_buffer_size = 8M
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue