Skip to content

Commit 3042788

Browse files
committed
minor #9252 Change value for opcache.memory_consumption (axzx)
This PR was submitted for the 4.0 branch but it was merged into the 2.7 branch instead (closes #9252). Discussion ---------- Change value for opcache.memory_consumption The size of the shared memory storage used by OPcache, in megabytes. Commits ------- ac7fae8 Change value for opcache.memory_consumption
2 parents d005fcd + ac7fae8 commit 3042788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

performance.rst

Lines changed: 1 addition & 1 deletion
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)