docs(admin): Add more details about configuring APCu#12134
Merged
nickvergessen merged 2 commits intomasterfrom Aug 28, 2024
Merged
docs(admin): Add more details about configuring APCu#12134nickvergessen merged 2 commits intomasterfrom
nickvergessen merged 2 commits intomasterfrom
Conversation
Signed-off-by: Julius Härtl <[email protected]>
Signed-off-by: Julius Härtl <[email protected]>
nickvergessen
approved these changes
Aug 28, 2024
MichaIng
reviewed
Oct 29, 2024
Comment on lines
+126
to
+127
| ``php.ini``. The default value is 32M which is usually too low for Nextcloud. A | ||
| good starting point is 128M. If you have a lot of users and/or a lot of apps |
Member
There was a problem hiding this comment.
I just found this in another context. As my two instances show less than 1 MiB APCu usage, thought with 5 or less users, from which user number on is 128 MiB a good starting point? Since we have a test now, maybe it is not required to recommend changing the default, unless the admin panel/test says so, to avoid having many admins of mid and small size instances configuring a too large APCu cache, unnecessarily blocking system memory.
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.
Documenting some recent findings on occasional instance slow downs:
Also considered as documentation for nextcloud/server#47507
🖼️ Screenshots