-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Use a capped memory cache for the user/group cache #24869
Conversation
By analyzing the blame information on this pull request, we identified @blizzz, @leo-b and @alexweirig to be potential reviewers |
For #24403 When upgrading huge installations this can lead to memory problems as the cache will only grow and grow. Capping this memory will make sure we don't run out while during normal operation still basically cache everything.
259906c
to
dc4fd43
Compare
@owncloud/ldap |
Found #24888 while testing |
Looks fine 👍 |
@nickvergessen second review ? |
Hmm I thought I already commented here yesterday... |
Backport down to 8.2 if possible ? @rullzer @cmonteroluque @DeepDiver1975 @butonic |
Yes will take care |
Thanks @rullzer |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
For #24403
When upgrading huge installations this can lead to memory problems as
the cache will only grow and grow.
Capping this memory will make sure we don't run out while during normal
operation still basically cache everything.
CC: @blizzz @PVince81 @MorrisJobke