mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-12-23 06:41:31 +00:00
Fix comments, added some comments
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
# opcache
|
; NOTE: Restart phpfpm on ANY manual changes to PHP files!
|
||||||
|
|
||||||
|
; opcache
|
||||||
opcache.enable=1
|
opcache.enable=1
|
||||||
opcache.enable_cli=1
|
opcache.enable_cli=1
|
||||||
opcache.interned_strings_buffer=16
|
opcache.interned_strings_buffer=16
|
||||||
@@ -7,6 +9,7 @@ opcache.memory_consumption=128
|
|||||||
opcache.save_comments=1
|
opcache.save_comments=1
|
||||||
opcache.revalidate_freq=120
|
opcache.revalidate_freq=120
|
||||||
opcache.validate_timestamps=0
|
opcache.validate_timestamps=0
|
||||||
# jit
|
|
||||||
|
; JIT
|
||||||
opcache.jit=1255
|
opcache.jit=1255
|
||||||
opcache.jit_buffer_size=8M
|
opcache.jit_buffer_size=8M
|
||||||
|
|||||||
Reference in New Issue
Block a user