cockpit icon indicating copy to clipboard operation
cockpit copied to clipboard

RHEL-10-1 CPU/Memory unresponsive issues

Open jelly opened this issue 5 months ago • 3 comments

On our smaller virtual machines 512MB RHEL-10-1 has been flaking out hard, seemingly due to memory issues:

               total        used        free      shared  buff/cache   available
Mem:             451         382           9           2          73          69
Swap:              0           0           0

testNoConnectionSettings fails on settling the CPU, the highest cpu usage is:

+ ps --no-headers -eo pcpu,pid,args | sort -k 1 -n -r | head -n1
22.1    1930 /usr/bin/python3 -s /bin/dnf needs-restarting --exclude-services

Image

Interestingly sitting in the test "resolves" the issue so it is combination of a memory spike and dnf eating ram.

What causes dnf to run is unclear to me.

[root@rhel-10-1-127-0-0-2-2201 ~]# dnf --version
4.20.0
  Installed: dnf-0:4.20.0-13.el10.noarch at Tue May 13 06:58:19 2025
  Built    : Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla> at Wed Mar 12 14:21:43 2025

  Installed: rpm-0:4.19.1.1-14.el10.x86_64 at Tue May 13 06:58:18 2025
  Built    : Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla> at Mon Apr 28 09:29:27 2025

jelly avatar Jun 06 '25 09:06 jelly