You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PHP OPcache module is not configured correctly The OPcache buffer is almost full. To make sure that all scripts can be retained in cache, it is recommended to add "opcache.memory_consumption" to your PHP configuration with a value higher than "128"... For more details check the documentation.
I think that we need to raise de value of the variable opcache.memory_consumption from 128 to 256 in /usr/local/etc/php/conf.d/opcache-recommended.ini but container is read-only.
The text was updated successfully, but these errors were encountered:
I do not see this on my setup, but I'm probably running much fewer additional Nextcloud apps than you are, which means fewer PHP files in my setup.
It's probably best if this is fixed upstream, here.
Alternatively, we can mount additional PHP config overrides (into /usr/local/etc/php/conf.d/zz-custom.ini for example) via the Ansible role. This could also allow us to override other default configuration for which the Nextcloud Docker container image does not provide tweaking knobs (in the form of environment variables like these).
If you'd like to work on a PR for any of these proposed solutions, please go ahead!
In nextcloud show me this message,
PHP OPcache module is not configured correctly The OPcache buffer is almost full. To make sure that all scripts can be retained in cache, it is recommended to add "opcache.memory_consumption" to your PHP configuration with a value higher than "128"... For more details check the documentation.
I think that we need to raise de value of the variable opcache.memory_consumption from 128 to 256 in /usr/local/etc/php/conf.d/opcache-recommended.ini but container is read-only.
The text was updated successfully, but these errors were encountered: