From ac92a5cd9993c4676073f8b3503ec2e06b835d4b Mon Sep 17 00:00:00 2001 From: Alexander Schranz Date: Wed, 3 Dec 2025 07:58:18 +0100 Subject: [PATCH] Change opcache.max_accelerated_files to 32531 Updated opcache.max_accelerated_files value and comment. --- performance.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/performance.rst b/performance.rst index 748bbab7ba7..b907f078437 100644 --- a/performance.rst +++ b/performance.rst @@ -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: