-
Notifications
You must be signed in to change notification settings - Fork 894
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
kubectl argo rollouts dashboard OOM kill #2095
Comments
@kzcPo Could you provide steps to reproduce? |
It also takes 3S to execute by command.
Is there an API server that can be provided for my program calls? |
This issue is stale because it has been open 60 days with no activity. |
This issue is stale because it has been open 60 days with no activity. |
你好,我已经收到邮件!
|
This issue is stale because it has been open 60 days with no activity. |
你好,我已经收到邮件!
|
This issue is stale because it has been open 60 days with no activity. |
你好,我已经收到邮件!
|
This issue is stale because it has been open 60 days with no activity. |
你好,我已经收到邮件!
|
This issue is stale because it has been open 60 days with no activity. |
你好,我已经收到邮件!
|
Hello, guys! Are there any updates? |
你好,我已经收到邮件!
|
Hello! Are there any updates. I have also observed a similar behavior with Argo Rollouts Dashboard being OOM killed due to rising memory. We expect that there is a memory leak. |
It appears that even in the latest version 1.7.2, there is still a memory leak in the Argo Rollouts dashboard. With just 9 rollouts across 2 applications, after only an hour of simple browsing, it starts consuming over 200MB of RAM. Just a quick update: I investigated the cause of the RAM usage increase, and it seems that each time a Rollout is in progress, something is being added to memory and not cleared afterward. This might be related to specific strategy parameters, as we don't observe this behavior on the staging cluster. Upd 2: it looks like the issue is when Rollout with unlimited pause is processing |
…proj#2095 Signed-off-by: Cory Jacobsen <cory@7shifts.com>
…proj#2095 (argoproj#3966) fix(dashboard): cleanup viewcontroller after each request. Fixes argoproj#2095 Signed-off-by: Cory Jacobsen <cory@7shifts.com>
Summary
What happened/what you expected to happen?
kubectl argo rollouts dashboard
high memory usage.before long time, this pod OOM kill!!
Diagnostics
Message from the maintainers:
Impacted by this bug? Give it a 👍. We prioritize the issues with the most 👍.
The text was updated successfully, but these errors were encountered: