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 @@ -1906,7 +1906,12 @@ ldap.max_links = -1
1906
1906
;opcache.file_cache_fallback=1
1907
1907
1908
1908
; Enables or disables copying of PHP code (text segment) into HUGE PAGES.
1909
- ; This should improve performance, but requires appropriate OS configuration.
1909
+ ; Under certain circumstances (if only a single global PHP process is
1910
+ ; started from which all others fork), this can increase performance
1911
+ ; by about 1% because TLB misses are reduced. On the other hand, this
1912
+ ; delays PHP startup, increases memory usage and degrades performance
1913
+ ; under memory pressure - use with care.
1914
+ ; Requires appropriate OS configuration.
1910
1915
;opcache.huge_code_pages=0
1911
1916
1912
1917
; Validate cached file permissions.
Original file line number Diff line number Diff line change @@ -1908,7 +1908,12 @@ ldap.max_links = -1
1908
1908
;opcache.file_cache_fallback=1
1909
1909
1910
1910
; Enables or disables copying of PHP code (text segment) into HUGE PAGES.
1911
- ; This should improve performance, but requires appropriate OS configuration.
1911
+ ; Under certain circumstances (if only a single global PHP process is
1912
+ ; started from which all others fork), this can increase performance
1913
+ ; by about 1% because TLB misses are reduced. On the other hand, this
1914
+ ; delays PHP startup, increases memory usage and degrades performance
1915
+ ; under memory pressure - use with care.
1916
+ ; Requires appropriate OS configuration.
1912
1917
;opcache.huge_code_pages=0
1913
1918
1914
1919
; Validate cached file permissions.
You can’t perform that action at this time.
0 commit comments