nextcloudエラーつぶし2
The PHP OPcache module is not properly configured. The OPcache buffer is nearly full. To assure that all scripts can be hold in cache, it is recommended to apply “opcache.memory_consumption” to your PHP configuration with a value higher than “128”.. For more details see the documentation.
opcache.memory_consumptionを128以上にしろというので、php.iniの中のopcache.memory_consumptionを256にする。php8.2-fpmを再起動
$ sudo systemctl restart php8.2-fpm