Lower the system noise in owl nodes #24
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We have some noisy processes that are stealing the CPU:
changed the description
The systemd-oomd daemon can be disabled, as we don't need it for these nodes.
The nsncd seems to be a local DNS server, which is trying to resolve the NTP server:
This will be addressed by !14 , but we can consider switching to PTP (see #14) if that lowers the CPU noise. Same for the timesync daemon.
Now, the kworker rcu_gp and events, I'm not sure what they are doing.
As commented with Aleix, the "rcu_gp" in kworker/0:0-rcu_gp seems to be "RCU grace period". This may be related with the stall detector.