File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -1888,7 +1888,12 @@ ldap.max_links = -1
1888
1888
;opcache.file_cache_fallback=1
1889
1889
1890
1890
; Enables or disables copying of PHP code (text segment) into HUGE PAGES.
1891
- ; This should improve performance, but requires appropriate OS configuration.
1891
+ ; Under certain circumstances (if only a single global PHP process is
1892
+ ; started from which all others fork), this can increase performance
1893
+ ; by a tiny amount because TLB misses are reduced. On the other hand, this
1894
+ ; delays PHP startup, increases memory usage and degrades performance
1895
+ ; under memory pressure - use with care.
1896
+ ; Requires appropriate OS configuration.
1892
1897
;opcache.huge_code_pages=0
1893
1898
1894
1899
; Validate cached file permissions.
Original file line number Diff line number Diff line change @@ -1890,7 +1890,12 @@ ldap.max_links = -1
1890
1890
;opcache.file_cache_fallback=1
1891
1891
1892
1892
; Enables or disables copying of PHP code (text segment) into HUGE PAGES.
1893
- ; This should improve performance, but requires appropriate OS configuration.
1893
+ ; Under certain circumstances (if only a single global PHP process is
1894
+ ; started from which all others fork), this can increase performance
1895
+ ; by a tiny amount because TLB misses are reduced. On the other hand, this
1896
+ ; delays PHP startup, increases memory usage and degrades performance
1897
+ ; under memory pressure - use with care.
1898
+ ; Requires appropriate OS configuration.
1894
1899
;opcache.huge_code_pages=0
1895
1900
1896
1901
; Validate cached file permissions.
You can’t perform that action at this time.
0 commit comments