From b766dfc32ef978f617d172a39a635ad89d4fb35a Mon Sep 17 00:00:00 2001 From: "Melvin D. Protacio" Date: Sun, 22 Jan 2023 09:48:44 +0800 Subject: [PATCH] update some opcache settings for dev --- opt/php/opcache.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/opt/php/opcache.ini b/opt/php/opcache.ini index eabbca3..e45c6b7 100644 --- a/opt/php/opcache.ini +++ b/opt/php/opcache.ini @@ -1,8 +1,8 @@ [opcache] opcache.enable=1 opcache.enable_cli=1 -opcache.validate_timestamps=0 -opcache.revalidate_freq=0 +;opcache.validate_timestamps=0 +;opcache.revalidate_freq=0 opcache.memory_consumption=256 opcache.max_wasted_percentage=10 opcache.interned_strings_buffer=16 @@ -10,4 +10,4 @@ opcache.max_accelerated_files=65407 opcache.jit=function opcache.jit_buffer_size=64M opcache.huge_code_pages=1 -opcache.file_update_protection=0 +;opcache.file_update_protection=0