Update opcache config (disable timestamp revalidation)
continuous-integration/drone/push Build is passing Details

php-7.4
Hugo Thunnissen 2 years ago
parent d17c0dd8aa
commit 66e89046d1

@ -1805,7 +1805,7 @@ opcache.memory_consumption=256
; The maximum number of keys (scripts) in the OPcache hash table.
; Only numbers between 200 and 1000000 are allowed.
opcache.max_accelerated_files=10000
opcache.max_accelerated_files=300000
; The maximum percentage of "wasted" memory until a restart is scheduled.
opcache.max_wasted_percentage=5
@ -1818,7 +1818,7 @@ opcache.use_cwd=1
; When disabled, you must reset the OPcache manually or restart the
; webserver for changes to the filesystem to take effect.
;opcache.validate_timestamps=1
opcache.validate_timestamps=0
; How often (in seconds) to check file timestamps for changes to the shared
; memory storage allocation. ("1" means validate once per second, but only
@ -1830,7 +1830,7 @@ opcache.use_cwd=1
; If disabled, all PHPDoc comments are dropped from the code to reduce the
; size of the optimized code.
;opcache.save_comments=1
opcache.save_comments=0
; Allow file existence override (file_exists, etc.) performance feature.
;opcache.enable_file_override=0

Loading…
Cancel
Save