mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2026-01-10 16:34:22 +01:00
cleanup php.ini
This commit is contained in:
@@ -13,11 +13,10 @@ opcache.jit=tracing
|
||||
opcache.jit_buffer_size=64M
|
||||
|
||||
[extra]
|
||||
; https://frankenphp.dev/docs/performance/#php-performance
|
||||
; http://symfony.com/doc/current/performance.html
|
||||
opcache.memory_consumption=256
|
||||
opcache.max_accelerated_files=20000
|
||||
opcache.preload=/var/www/app/preload.php
|
||||
opcache.validate_timestamps=0
|
||||
realpath_cache_size = 4096K
|
||||
realpath_cache_ttl = 600
|
||||
realpath_cache_size=4096K
|
||||
realpath_cache_ttl=600
|
||||
|
||||
Reference in New Issue
Block a user