From 82246fd12b63715cb08a4e777cabc58ebe6a1ad0 Mon Sep 17 00:00:00 2001 From: coolxitech Date: Tue, 29 Oct 2024 14:08:17 +0800 Subject: [PATCH] =?UTF-8?q?opcache=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- opcache.ini | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 opcache.ini diff --git a/opcache.ini b/opcache.ini new file mode 100644 index 0000000..35ec3c0 --- /dev/null +++ b/opcache.ini @@ -0,0 +1,10 @@ +; Enable OPcache extension +opcache.enable = 1 +opcache.memory_consumption=128 +opcache.interned_strings_buffer=32 +opcache.max_accelerated_files=80000 +opcache.revalidate_freq=3 +opcache.fast_shutdown=1 +opcache.enable_cli=1 +opcache.jit_buffer_size=128m +opcache.jit=1205