Skip to content
Discussion options

You must be logged in to vote

The current version and the version you have upgraded to are both after the recent transition, where in we removed libgit2 (the C library) in favor of go-git, that simplified a lot of things and removed many opportunities for memory leaks to sneak in.

This should perform better, but it is possible that it has a higher memory usage at baseline. Of the changes you made (increasing the request and increasing the limit) only one thing was likely to improve the situation, that was increasing the limit. The OOM condition is reached when the controller hits the memory limit. It is possible but unlikely in most conditions (only if your cluster is extremely tight for memory all-around) where incre…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by f-lalonde
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants