Fixes
Some checks failed
Gitea Actions / Run-Tests-On-Arm64 (push) Failing after 32s
Gitea Actions / Run-Tests-On-Amd64 (push) Failing after 43s
Gitea Actions / Merge (push) Successful in 3s

This commit is contained in:
Thomas Peterson 2025-05-27 18:10:00 +02:00
parent 24a576f3e6
commit ef055c96b4

View File

@ -1,12 +1,11 @@
; https://www.scalingphpbook.com/blog/2014/02/14/best-zend-opcache-settings.html
opcache.enable_cli = 1
opcache.enable = 1
opcache.fast_shutdown = 1
; check with find . -type f -print | grep php | wc -l
opcache.max_accelerated_files = 25000
opcache.max_accelerated_files = 1048793
opcache.validate_timestamps = 0
opcache.memory_consumption=64
opcache.interned_strings_buffer=12
opcache.memory_consumption=128
opcache.interned_strings_buffer=4095
memory_limit = -1