From 3fdd041d3c3ee6f9b9f9d1ecd238db5ca1b76ec5 Mon Sep 17 00:00:00 2001 From: exu Date: Sun, 10 Mar 2024 13:09:02 +0100 Subject: [PATCH] Increase PHP opcache strings size --- pages/02.linux/nextcloud/default.en.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/02.linux/nextcloud/default.en.md b/pages/02.linux/nextcloud/default.en.md index b51143b..dac4f05 100644 --- a/pages/02.linux/nextcloud/default.en.md +++ b/pages/02.linux/nextcloud/default.en.md @@ -371,6 +371,8 @@ Previously used `20G` in the old Nextcloud installation Change `upload_max_filesize` to `20G` +Change `opcache.interned_strings_buffer` to `32` + ##### CLI: `/etc/php/8.2/cli/php.ini` Disable `post_max_size` by setting `0`