Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions performance.rst
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ it's recommended to change these settings as follows:
; maximum memory that OPcache can use to store compiled PHP files
opcache.memory_consumption=256

; maximum number of files that can be stored in the cache
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

.. _performance-dont-check-timestamps:

Expand Down