summaryrefslogtreecommitdiff
path: root/ext/opcache
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2013-12-23 13:10:42 +0400
committerDmitry Stogov <dmitry@zend.com>2013-12-23 13:10:42 +0400
commit8650d2dda65cf7ac70bf83323ca8036d01dbe349 (patch)
tree9529be48aa76a77b4150563f5a670074c797bc9c /ext/opcache
parentf5c200fce984e5f16677c7fa25a755f10a47eb07 (diff)
parentf7b6db7555db9379547a1c9ead4051de1ffc8566 (diff)
downloadphp-git-8650d2dda65cf7ac70bf83323ca8036d01dbe349.tar.gz
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5: Added suggestion about opcache.revalidate_freq setting in development environment
Diffstat (limited to 'ext/opcache')
-rw-r--r--ext/opcache/README6
1 files changed, 5 insertions, 1 deletions
diff --git a/ext/opcache/README b/ext/opcache/README
index cb6ac342c4..693a7b4e3c 100644
--- a/ext/opcache/README
+++ b/ext/opcache/README
@@ -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
------------------------