You are not logged in.

#1 2024-10-26 11:40:06

Acehub
Member
Registered: 2024-10-26
Posts: 3

[SOLVED] Systemd-journald taking constant 90%+ cpu usage

Im on a fresh arch install, I checked htop right now and my 100%+ CPU is taken by " /usr/lib/systemd/systemd-journald " .

Last edited by Acehub (2024-10-26 14:02:42)

Offline

#2 2024-10-26 12:25:57

Acehub
Member
Registered: 2024-10-26
Posts: 3

Re: [SOLVED] Systemd-journald taking constant 90%+ cpu usage

somehow issue is fixed now. I booted into windows, then restarted and then booted into arch and now its running smoothly.

Last edited by Acehub (2024-10-26 12:40:04)

Offline

#3 2024-10-26 13:51:54

seth
Member
Registered: 2012-09-03
Posts: 58,657

Re: [SOLVED] Systemd-journald taking constant 90%+ cpu usage

Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.

Also see the 3rd link below. Mandatory.
Disable it (it's NOT the BIOS setting!) and reboot windows and linux twice for voodo reasons.

Check the previous journal ("sudo journalctl -b -1"), something has likely been spamming it and journald is simply not very good at handling this kind of overload.

Offline

#4 2024-10-29 02:50:32

mountaintrek
Member
Registered: 2024-02-01
Posts: 36

Re: [SOLVED] Systemd-journald taking constant 90%+ cpu usage

If it happens again, in a separate console, do a "journalctl -f" to follow the journal messaging. "ctrl-c" to exit.

Check journal disk usage.

  journalctl --disk-usage

Check messages with priority: emerg, alert, crit, and err. Change boot number as needed (journalctl --list-boots).

  journalctl  --boot=-1 --priority=3

Check for failed units. When a unit fails it may retry multiple times.

  systemctl --failed

Check startup for units that may be clogging up the startup process for some reason. Not perfect, but it could help.

  systemd-analyze blame or systemd-analyze critical-chain

Offline

#5 2024-11-04 18:59:46

Acehub
Member
Registered: 2024-10-26
Posts: 3

Re: [SOLVED] Systemd-journald taking constant 90%+ cpu usage

Noted, thanks!
The issue occurs ONLY if I shutdown my laptop, and boot straight into linux. Currently I first boot into windows first then do reboot, and then finally boot into windows.

Offline

Board footer

Powered by FluxBB