Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3042788

Browse filesBrowse 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
Copy full SHA for 3042788

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎performance.rst

Copy file name to clipboardExpand all lines: performance.rst
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.