-
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
Increase (double) opcache string buffer size #1702
Conversation
Do I really need that signoff thingy? One cannot do it online with GitHubs UI so I'd need to clone the repo… uff… |
See also: #1703 |
Hey guys. What do you think about removing all the other OPcache settings? Those are PHP defaults anyway, with the exception of |
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.
I'll fix this in a follow up |
Changes: - https///github.com/nextcloud/docker/commit/fb33f15: Runs update.sh - https///github.com/nextcloud/docker/commit/d27ec71: Set recommend opcache.revalidate_freq (https///github.com/nextcloud/docker/pull/1718) - https///github.com/nextcloud/docker/commit/7d6837d: Remove Nextcloud 21 (EOL) (https///github.com/nextcloud/docker/pull/1719) - https///github.com/nextcloud/docker/commit/04d461e: Runs update.sh - https///github.com/nextcloud/docker/commit/6478d4d: Increase (double) opcache string buffer size (https///github.com/nextcloud/docker/pull/1702) - https///github.com/nextcloud/docker/commit/df168e1: Runs update.sh - https///github.com/nextcloud/docker/commit/3a5086d: Runs update.sh - https///github.com/nextcloud/docker/commit/76b7969: Runs update.sh - https///github.com/nextcloud/docker/commit/3fd3a40: Runs update.sh - https///github.com/nextcloud/docker/commit/13eb696: doc: fix link to OpCache server doc (https///github.com/nextcloud/docker/pull/1703)
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.
* Increase (double) opcache string buffer size (debian) This fixes nextcloud#1692 * Increase (double) opcache string buffer size (alpine) This fixes nextcloud#1692
This fixes #1692
Fixes nextcloud/server#31223