Browse Source

Fix comments, added some comments

Patrik Kernstock 3 weeks ago
parent
commit
2f8a181281
1 changed files with 7 additions and 4 deletions
  1. 7 4
      data/conf/phpfpm/php-conf.d/opcache-recommended.ini

+ 7 - 4
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