Skip to content

Commit ac7fae8

Browse files
axzxjaviereguiluz
authored andcommitted
Change value for opcache.memory_consumption
The size of the shared memory storage used by OPcache, in megabytes.
1 parent d005fcd commit ac7fae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

performance.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ it's recommended to change these settings as follows:
130130
131131
; php.ini
132132
; maximum memory that OPcache can use to store compiled PHP files
133-
opcache.memory_consumption=256M
133+
opcache.memory_consumption=256
134134
135135
; maximum number of files that can be stored in the cache
136136
opcache.max_accelerated_files=20000

0 commit comments

Comments
 (0)