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 to 500000
  • find ratelimit-burst= and set that to 500
  • press ctrl + o then save
  • 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 
0
0
이 글을 페이스북으로 퍼가기 이 글을 트위터로 퍼가기 이 글을 카카오스토리로 퍼가기 이 글을 밴드로 퍼가기

서버관리

번호 제목 글쓴이 날짜 조회수
4 Node.js 웹 개발 환경 구축 관리자 02-16 1,125
3 Django REST Framework로 API 관리자 02-11 649
2 Django 설정 관리자 02-08 668
1 Centos 모든로그파일 삭제(How to clean all log files) 관리자 01-06 1,061