Das gleiche Problem wurde auch in Nextcloud 23.02 OPcache interned strings buffer besprochen. Zusätzlich zu dem dort verlinkten Server GitHub Issue, gibt es auch noch eins im Docker Repository, welches bereits gefixt wurde:
opened 08:37PM - 09 Feb 22 UTC
closed 09:53AM - 23 Mar 22 UTC
Since upgrading to 23, I'm seeing this at `/settings/admin/overview`:
* The P… HP OPcache module is not properly configured:
* The OPcache interned strings buffer is nearly full. To assure that repeating strings can be effectively cached, it is recommended to apply `opcache.interned_strings_buffer` to your PHP configuration with a value higher than 8.
I haven't changed any PHP settings, I'm just using the upstream `nextcloud` image with the tag `23`. Looks like I have version `23.0.1.2` now.
Possibly related: https://community.nethserver.org/t/nextcloud-the-php-opcache-module-is-not-properly-configured/19732/1
nextcloud:master
← rugk:patch-1
opened 12:13PM - 19 Feb 22 UTC
This fixes https://github.com/nextcloud/docker/issues/1692
Fixes https://github… .com/nextcloud/server/issues/31223