From 9c1c7d253f9286dd3a85e62ef462912e1ec5486b Mon Sep 17 00:00:00 2001 From: Josh Date: Thu, 18 Sep 2025 18:31:59 -0400 Subject: [PATCH] Fix: typo Signed-off-by: Josh --- admin_manual/installation/server_tuning.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/installation/server_tuning.rst b/admin_manual/installation/server_tuning.rst index da948e55e..2337ea638 100644 --- a/admin_manual/installation/server_tuning.rst +++ b/admin_manual/installation/server_tuning.rst @@ -217,7 +217,7 @@ PHP ships with a JIT compiler that can be enabled on x86 platforms to benefit an .. note:: Most Nextcloud instances use less than 2 MiB of the configured JIT buffer size, so 8 MiB is generally sufficient. - The overall OPcache usage, however, increases by a larger margin. The PHP paramater ``opcache.memory_consumption`` + The overall OPcache usage, however, increases by a larger margin. The PHP parameter ``opcache.memory_consumption`` might need to be raised in some cases. JIT buffer usage can be monitored with `opcache-gui `_ as well.