Open
Conversation
1651292 to
cf731eb
Compare
Soap2G
reviewed
Mar 10, 2026
Contributor
Soap2G
left a comment
There was a problem hiding this comment.
Hi @maxnoe, thanks.
In my deployment I can e.g. see:
resources:
limits:
memory: "1600Mi"
cpu: "800m"
requests:
memory: "125Mi"
cpu: "30m"And my pod is not OOM killed.
Were there any "systematic" tests as for what is the best config for the pod?
While the memory is kind on the same order of magnitude, the CPU requests are a factor 10 lower in my settings; so I'm wondering if I should update my settings, or how was the 700m decided?
Thanks!
Contributor
Author
No, I only observed our own monitoring and saw that the base usage (without any deletions happening) was already above the limit. |
Contributor
Author
Soap2G
approved these changes
Mar 10, 2026
Contributor
Soap2G
left a comment
There was a problem hiding this comment.
Looks fine to me, worst case scenario folks tune it to their needs.
Thanks!
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.

Fixes #327