From 1ae02ad4ec5146f8986bc80fa8be219259d208ba Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sat, 11 Nov 2023 20:16:33 +0100 Subject: [PATCH] bundles/php: some opcache settings --- bundles/php/files/8.2/php.ini | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/bundles/php/files/8.2/php.ini b/bundles/php/files/8.2/php.ini index 874bb71..40c16d5 100644 --- a/bundles/php/files/8.2/php.ini +++ b/bundles/php/files/8.2/php.ini @@ -97,3 +97,12 @@ session.sid_bits_per_character = 6 [Assertion] zend.assertions = -1 + +[opcache] +opcache.enable = 1 +opcache.save_comments = 1 +opcache.revalidate_freq = 60 +opcache.jit = 1255 +opcache.jit_buffer_size = 256M +opcache.memory_consumption = 256 +opcache.max_accelerated_files = 1048793