From c16e3eb0dff53d22026a530d4ae6856f7f1ade40 Mon Sep 17 00:00:00 2001 From: Adam Date: Tue, 13 Feb 2018 12:37:56 +0100 Subject: [PATCH] Change value for opcache.memory_consumption The size of the shared memory storage used by OPcache, in megabytes. --- performance.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/performance.rst b/performance.rst index c87fbfab181..2334d4d0df6 100644 --- a/performance.rst +++ b/performance.rst @@ -54,7 +54,7 @@ it's recommended to change these settings as follows: ; php.ini ; maximum memory that OPcache can use to store compiled PHP files - opcache.memory_consumption=256M + opcache.memory_consumption=256 ; maximum number of files that can be stored in the cache opcache.max_accelerated_files=20000