File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed
Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -1900,7 +1900,12 @@ ldap.max_links = -1
19001900;opcache.file_cache_fallback=1
19011901
19021902; Enables or disables copying of PHP code (text segment) into HUGE PAGES.
1903- ; This should improve performance, but requires appropriate OS configuration.
1903+ ; Under certain circumstances (if only a single global PHP process is
1904+ ; started from which all others fork), this can increase performance
1905+ ; by a tiny amount because TLB misses are reduced. On the other hand, this
1906+ ; delays PHP startup, increases memory usage and degrades performance
1907+ ; under memory pressure - use with care.
1908+ ; Requires appropriate OS configuration.
19041909;opcache.huge_code_pages=0
19051910
19061911; Validate cached file permissions.
Original file line number Diff line number Diff line change @@ -1902,8 +1902,13 @@ ldap.max_links = -1
19021902;opcache.file_cache_fallback=1
19031903
19041904; Enables or disables copying of PHP code (text segment) into HUGE PAGES.
1905- ; This should improve performance, but requires appropriate OS configuration.
1906- ;opcache.huge_code_pages=1
1905+ ; Under certain circumstances (if only a single global PHP process is
1906+ ; started from which all others fork), this can increase performance
1907+ ; by a tiny amount because TLB misses are reduced. On the other hand, this
1908+ ; delays PHP startup, increases memory usage and degrades performance
1909+ ; under memory pressure - use with care.
1910+ ; Requires appropriate OS configuration.
1911+ ;opcache.huge_code_pages=0
19071912
19081913; Validate cached file permissions.
19091914;opcache.validate_permission=0
You can’t perform that action at this time.
0 commit comments