-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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 PHP OPcache module is not configured correctly #1926
Comments
This error is also in 25.0.4 version:
I tried to add |
I don't know if it's the best way, but I solved it like this: Create a file (opcache-recommed.ini) somewhere place and mount it, just change the size and restart the docker.
File Contents "opcache-recommeded.ini"
|
Thanks @talesam !! |
It seems this is already fixed in f8169f6. Just wait for the new release. |
the problem still exists :latest. Is there any new information here? |
@R7JANV1 I thought your issue was with the general opcache memory consumption ( #1965 ). Or are you getting a warning about string buffers, specifically? What warning(s) are you seeing? |
I get the following error message: |
I posted above how to solve this |
The issue still exists. IMHO this patch from nextcloud/all-in-one should be applied here as well: nextcloud/all-in-one#2762. |
still exists in NC 29.0.1 the workaround from #1926 (comment) still works |
I have this error in my nextcloud docker environment too since several releases. I tried many things, but the error still persists. I tried:
This is my
This is my
When I check for installed modules with
If this is not the right place to discuss my problem, please go ahead and point me to the right place :) |
I had the problem with
|
"The PHP OPcache module is not configured correctly. See the documentation ↗ for more information.
The OPcache internal string buffer is almost full. To ensure that repeated strings can be effectively cached, it is recommended to apply opcache.interned_strings_buffer to your PHP configuration with a value greater than 16."
opcache.interned_strings_buffer
The default is 16, could you set it to 32?Nextcloud Version: 25.0.3
The text was updated successfully, but these errors were encountered: