public
nobgit
read
NobMail
Based on mailcow: dockerized
Languages
Repository composition by tracked source files.
PHP
49%
JavaScript
35%
HTML
9%
CSS
4%
Shell
2%
Python
1%
Lua
0%
Perl
0%
Ruby
0%
SCSS
0%
Create file
Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git
Commit
Fix comments, added some comments
2f8a1812
data/conf/phpfpm/php-conf.d/opcache-recommended.ini | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
Diff
diff --git a/data/conf/phpfpm/php-conf.d/opcache-recommended.ini b/data/conf/phpfpm/php-conf.d/opcache-recommended.ini
index 1128d217..5e8fe455 100644
--- a/data/conf/phpfpm/php-conf.d/opcache-recommended.ini
+++ b/data/conf/phpfpm/php-conf.d/opcache-recommended.ini
@@ -1,4 +1,6 @@
-# opcache
+; NOTE: Restart phpfpm on ANY manual changes to PHP files!
+
+; opcache
opcache.enable=1
opcache.enable_cli=1
opcache.interned_strings_buffer=16
@@ -7,6 +9,7 @@ opcache.memory_consumption=128
opcache.save_comments=1
opcache.revalidate_freq=120
opcache.validate_timestamps=0
-# jit
-opcache.jit = 1255
-opcache.jit_buffer_size = 8M
+
+; JIT
+opcache.jit=1255
+opcache.jit_buffer_size=8M