I got the opcache warning. I read a lot here about it but did not found the solution. I am running nextcloud on a docker container on OpenMediaVault.
docker exec -it nextcloud-aio-nextcloud php -i | grep opcache.memory_consumption # check php value
opcache.memory_consumption => 256 => 256
I have edit /etc/php/8.2/fpm/php.ini to active it. Did not work.
I have also tried to edit the php-local.ini into /srv/dev-disk-by-uuid-*/config/php to add the line, but did not work either.
There is also a php.ini into /etc/php/8.2/cli. Should it be this one? Since there is a ; I assume it is not that one. And it is set to ;opcache.memory_consumption=128 which is not the value I got (256).
Found that warning: The OPcache buffer is nearly full ¡ Issue #2184 ¡ nextcloud/docker ¡ GitHub but it did not solve it yet.
Anyone know how to fix that?