-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
high load in combination with cockpit-podman #8050
Comments
I also noticed this problem and a quick GDB lookup revealed that the process causing the high load is processing a request to Subsequent testing revealed a way how to reproduce this without cockpit-podman:
|
I believe this was already fixed on master by @jwhonce - Jhon, can you confirm that? |
It is probably a duplicate of #7946 |
That seems very likely, at least in my case, because upgrading podman to master fixed the issue for me. |
A friendly reminder that this issue had no activity for 30 days. |
We can continue to look at #7946 |
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
When running cockpit 229 and cockpit-podman 24, I can see some very high load, caused by
podman system service
.Steps to reproduce the issue:
top
or similar to seepodman system service
to cause very high loadDescribe the results you received:
podman system service
is causing high loadDescribe the results you expected:
Hard to say, but some api service should not lead to this behaviour:
Additional information you deem important (e.g. issue happens only occasionally):
Output of
podman version
:Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide?
Yes
Additional environment details (AWS, VirtualBox, physical, etc.):
The text was updated successfully, but these errors were encountered: