Increase (double) opcache string buffer size#1702
Merged
J0WI merged 2 commits intonextcloud:masterfrom Mar 23, 2022
Merged
Conversation
Contributor
Author
|
Do I really need that signoff thingy? One cannot do it online with GitHubs UI so I'd need to clone the repo… uff… |
Contributor
Author
|
See also: #1703 |
8 tasks
Member
|
Hey guys. What do you think about removing all the other OPcache settings? Those are PHP defaults anyway, with the exception of |
Contributor
|
I'll fix this in a follow up |
J0WI
approved these changes
Mar 23, 2022
docker-library-bot
added a commit
to docker-library-bot/official-images
that referenced
this pull request
Mar 23, 2022
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)
axelsimon
added a commit
to axelsimon/docker-nextcloud
that referenced
this pull request
Apr 12, 2022
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.
1 task
ananace
pushed a commit
to ananace/docker-nextcloud
that referenced
this pull request
May 10, 2024
* Increase (double) opcache string buffer size (debian) This fixes nextcloud#1692 * Increase (double) opcache string buffer size (alpine) This fixes nextcloud#1692
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This fixes #1692
Fixes nextcloud/server#31223