Skip to content
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

Constant CPU usage from podman commands run by Devpod #1702

Open
jedthe3rd opened this issue Mar 3, 2025 · 1 comment
Open

Constant CPU usage from podman commands run by Devpod #1702

jedthe3rd opened this issue Mar 3, 2025 · 1 comment
Labels

Comments

@jedthe3rd
Copy link

What happened?
Experiencing high CPU caused by Devpod processes. One of the consumers is a podman inspect launched by devpod (through devpod-cli). It doesn't go away and just sits using 4% CPU until manually killed.

What did you expect to happen instead?
If Devpod uses podman inspect, it should get the result and close the process. Rerunning it every few minutes if needed.

How can we reproduce the bug? (as minimally and precisely as possible)

Install Podman Desktop v1.16.2 w/ Podman v5.4.0. Start devpod. Create a Docker provider configured to use Podman and a workspace using that Docker provider.

Local Environment:

  • DevPod Version: 0.6.12
  • Operating System: windows 11
  • ARCH of the OS: AMD64

DevPod Provider:

  • Local provider: docker

Anything else we need to know?
N/A

@jedthe3rd
Copy link
Author

It happened with another podman command that devpod ran:

Image

So there seems to be some sort of process leak when devpod-cli runs podman commands.

@jedthe3rd jedthe3rd changed the title Constant CPU usage from podman inspect run by Devpod Constant CPU usage from podman commands run by Devpod Mar 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant