The internal OPcache buffer for strings is almost full
-
So, this recommendation is apparently dynamic. So, it depends on your usage - https://github.com/nextcloud/server/blob/2dea9a1bd501c4d882dce0463350ac4f87b5bc99/apps/settings/lib/Controller/CheckSetupController.php#L530
@archos To fix:
- Edit
/app/data/php.ini
using File manager - Add
[opcache] opcache.interned_strings_buffer=32
- Restart nextcloud
Does that work?
- Edit