We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 840aa55 commit ac92a5cCopy full SHA for ac92a5c
performance.rst
@@ -144,8 +144,8 @@ it's recommended to change these settings as follows:
144
; maximum memory that OPcache can use to store compiled PHP files
145
opcache.memory_consumption=256
146
147
- ; maximum number of files that can be stored in the cache
148
- opcache.max_accelerated_files=20000
+ ; maximum number of files that can be stored in the cache ( actually value used is equal or greater specific set of prime numbers )
+ opcache.max_accelerated_files=32531
149
150
.. _performance-dont-check-timestamps:
151
0 commit comments