Hi!
Recently I have been experiencing an issue with my Home Assistant install where the CPU usage will spike to 100% and stay there. This is evident in the local tools within HA, and also on my hypervisor.
This is my system info:
arch: amd64
channel: stable
docker: 28.3.0
features:
- reboot
- shutdown
- services
- network
- hostname
- timedate
- os_agent
- haos
- resolved
- journal
- disk
- mount
hassos: "16.0"
homeassistant: 2025.7.2
hostname: homeassistant
logging: info
machine: qemux86-64
machine_id: <removed>
operating_system: Home Assistant OS 16.0
state: running
supervisor: 2025.07.1
supported: true
supported_arch:
- amd64
- i386
timezone: America/Chicago```
I was able to determine that is seems to be caused by this `systemd-journal-gatewayd` process as shown in the Glances screenshot.
As you can see in the VM CPU average graph, it will just stay pegged like that for days until I reboot the VM. After the first time it happened, it did not re-occur for 2 days, this time it came back within 30 minutes.
Any pointers on how I would troubleshoot this or ideas on what causes this?
Thanks!