Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion data/conf/phpfpm/php-conf.d/opcache-recommended.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
; NOTE: Restart phpfpm on ANY manual changes to PHP files!

; 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