Excessive resource usage: avahi
High Single Core CPU Usage of avahi-daemon
sudo nano /etc/avahi/avahi-daemon.conf
- find
ratelimit-interval-usec=
and set it to500000
- find
ratelimit-burst=
and set that to500
- press
ctrl + o
thensave
- sudo
systemctl restart avahi-daemon.service
to restart avahi daemon
In the mean time if you want to disable avahi you can try this:
sudo systemctl disable avahi-daemon.socket avahi-daemon
sudo systemctl stop avahi-daemon.socket avahi-daemon
sudo systemctl disable avahi-daemon.socket avahi-daemon
sudo systemctl stop avahi-daemon.socket avahi-daemon