Why is my CPU usage at 90% while just watching videos on Linux?

0
2
Asked By GamerDude49 On

I just set up Linux on my i3 6th gen laptop with Intel HD 510 graphics, and while my RAM usage looks good at 2.1 GB, I don't understand why my CPU usage is hitting 90% when I'm just watching videos. I'm running Kubuntu, and the top processes frequently hovering above 20% are: irq/121-aerdrv, systemd-journald, and rsyslogd. Can anyone explain what's happening?

3 Answers

Answered By SammyShark77 On

The aerdrv you’re seeing is linked to advanced error reporting in PCI Express hardware, which might indicate a fault somewhere in your system. The high usage of systemd-journald and rsyslogd means they’re trying to log tons of messages—possibly because of hardware errors. Checking those error messages can help you find the root issue.

Answered By TechieTom22 On

You might want to check your system logs to see if there are any errors that are causing a bottleneck. If they're overflowing with errors, that could definitely impact performance! Running `dmesg` or `journalctl -k` might shed some light on what’s wrong.

Answered By NerdyNina88 On

If you think it's too problematic, it might be time to consider a different distro. There are lots of great options depending on what you're looking for! And be sure to keep an eye on the migration process to make it smoother. You can find helpful tips in the wiki.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.