Skip to content

Commit ac92a5c

Browse files
Change opcache.max_accelerated_files to 32531
Updated opcache.max_accelerated_files value and comment.
1 parent 840aa55 commit ac92a5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

performance.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@ it's recommended to change these settings as follows:
144144
; maximum memory that OPcache can use to store compiled PHP files
145145
opcache.memory_consumption=256
146146
147-
; maximum number of files that can be stored in the cache
148-
opcache.max_accelerated_files=20000
147+
; maximum number of files that can be stored in the cache ( actually value used is equal or greater specific set of prime numbers )
148+
opcache.max_accelerated_files=32531
149149
150150
.. _performance-dont-check-timestamps:
151151

0 commit comments

Comments
 (0)