From 7629f51492b3959a561b2fcbf8fc84c192ab2705 Mon Sep 17 00:00:00 2001 From: Benjamin Brummer Date: Tue, 14 Jan 2025 20:25:50 +0000 Subject: [PATCH] cleanup php.ini --- config/php/php.ini | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/config/php/php.ini b/config/php/php.ini index 3039423..b9f3c58 100644 --- a/config/php/php.ini +++ b/config/php/php.ini @@ -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