Skip to content

Commit

Permalink
Merge branch 'PHP-5.5' into PHP-5.6
Browse files Browse the repository at this point in the history
* PHP-5.5:
  Added suggestion about opcache.revalidate_freq setting in development environment
  • Loading branch information
dstogov committed Dec 23, 2013
2 parents f5c200f + f7b6db7 commit 8650d2d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ext/opcache/README
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
------------------------

Expand Down

0 comments on commit 8650d2d

Please sign in to comment.