mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Single Nextcloud instances have shown to use less than 2 MiB of the configured JIT buffer size, so that 8 MiB is sufficient by a large margin. Using any larger value pre-occupies the `opcache.memory_consumption` accurdingly and 128 MiB would hence fill its default 128 MiB completely, without any benefit. The example JIT size is hence reduced to 8 MiB. Enabling JIT however has shown to raise overall OPcache usage by a larger amount than the configured JIT size, so that `opcache.memory_consumption` might still need to be raised in some cases. This information is added to the documentation: https://github.com/nextcloud/all-in-one/issues/2755#issuecomment-1591848523 Additionally, the info is added that JIT is currently supported on x86 platforms only. Signed-off-by: MichaIng <micha@dietpi.com> |
||
|---|---|---|
| .. | ||
| images | ||
| apps_supported.rst | ||
| command_line_installation.rst | ||
| deployment_recommendations.rst | ||
| example_centos.rst | ||
| example_openbsd.rst | ||
| example_ubuntu.rst | ||
| harden_server.rst | ||
| index.rst | ||
| installation_wizard.rst | ||
| nginx-root.conf.sample | ||
| nginx-subdir.conf.sample | ||
| nginx.rst | ||
| php_configuration.rst | ||
| selinux_configuration.rst | ||
| server_tuning.rst | ||
| source_installation.rst | ||
| system_requirements.rst | ||