Fix: typo

Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
Josh 2025-09-18 18:31:59 -04:00 committed by GitHub
parent 932bf0863b
commit 9c1c7d253f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 <https://github.com/amnuts/opcache-gui>`_ as well.