]> granicus.if.org Git - php/commitdiff
Added suggestion about opcache.revalidate_freq setting in development environment
authorDmitry Stogov <dmitry@zend.com>
Mon, 23 Dec 2013 09:09:45 +0000 (13:09 +0400)
committerDmitry Stogov <dmitry@zend.com>
Mon, 23 Dec 2013 09:09:45 +0000 (13:09 +0400)
ext/opcache/README

index cb6ac342c49b54eade158b2f2e72d87fb7ac434d..693a7b4e3cc0a2a58e74130d0c0a8f37f6fdbbe2 100644 (file)
@@ -40,7 +40,8 @@ after OPcache.
 Speed Tuning
 -------------
 
-We recommend the following configuration options for best performance.
+We recommend the following configuration options for best performance
+in a production environment.
 
 opcache.memory_consumption=128
 opcache.interned_strings_buffer=8
@@ -59,6 +60,9 @@ opcache.enable_file_override=1
 In some cases you may like to prefer enabling/disabling some features
 to avoid incompatibilities at the cost of some performance degradation.
 
+For development environment we would recommend setting opcache.revalidate_freq
+into 0.
+
 Configuration Directives
 ------------------------