-
-
Notifications
You must be signed in to change notification settings - Fork 138
Dockerfile: Raise opcache interned strings buffer to 16 #243
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
Conversation
In line with nextcloud/docker#1702 and to avoid the error message: > The OPcache interned strings buffer is nearly full. To assure that repeating strings can be effectively cached, it is recommended to apply opcache.interned_strings_buffer to your PHP configuration with a value higher than 8.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for opening this pull request! Be sure to follow the pull request template!
|
I am a bot, here are the test results for this PR: |
|
Please add a changelog entry to the readme-vars.yml |
|
@thespad Done :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@axelsimon just noticed you've only done the amd64 Dockerfile, need to do the aarch64/armhf as well.
|
I am a bot, here are the test results for this PR: |
|
i have this message after update to 23.0.4 |
|
I am a bot, here are the test results for this PR: |
1 similar comment
|
I am a bot, here are the test results for this PR: |
In line with nextcloud/docker#1702 and to avoid the error message:
Description:
Raise OPCache interned strings buffer to 16 instead of 8.
Benefits of this PR and context:
Removes the error message.
How Has This Been Tested?
Tested on a live container to work and remove the error message.
Source / References:
nextcloud/server#31223
closes #235