-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The OPcache buffer is nearly full #613
Comments
I changed the values in php.ini and restarted the php and still same error:
Despite adding crazy high values. What happens? |
I even did as recommended here nextcloud/server#37618 (comment) - but doesnt work... |
Updated to 27.1.4~ynh1 and still the same issue. What can be done? |
No solution to this? I came here because I get the same message and also the downloads are often slow and someone suggested it could be some php cache problem. |
@tio-trom is there maybe separate config for this app (I mean for Nextcloud)? |
I am unsure honestly. On my instance it does not seem to impact it negatively. But prob need to look deeper into this. |
So I already have it setup right in the php file documented here https://docs.nextcloud.com/server/28/admin_manual/installation/server_tuning.html#enable-php-opcache: But that does not fix the issue... |
I got a very same error message (Version: 28.0.5~ynh1)
I find out, that nextcloud on my yunohost is using PHP V 8.2.19. so I scan for the php.ini files on the system but in both 8.2 php.ini files the opcache is off. even if I start a nexcloud shell in the yunohost app it is the same. |
Hi, php_value[opcache.memory_consumption]=512 and then i restart php: sudo yunohost service restart php8.3-fpm And no more warnings on Nextcloud. |
I see that error after updating to 27.1.2~ynh2
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
The text was updated successfully, but these errors were encountered: