Opcache.memory_consumption insane values needed by nextcloud

Hi, some additional reading regarding the Opcache warnings:

https://docs.nextcloud.com/server/latest/admin_manual/installation/server_tuning.html?highlight=opcache#enable-php-opcache

The idea of the warning is to make you aware that the opcache configuration is not sufficient. That can happen when beside Nextcloud other php applications are installed and all applications are using the same php fpm process as the opcache limits are per process afaik.

GitHub - amnuts/opcache-gui: A clean, effective and responsive interface for Zend OPcache can help you to get a better overview about the opcache status.

cc @MichaIng

1 Like