Error: ENOSPC: System limit for number of file watchers reached

sangeun jo·2021년 10월 16일
0

구글 클라우드 가상컴퓨터에서 만난 에러이다.
파일 감시자의 수가 한계에 도달했다는 내용이다. 사실 뭔 소리인지 모르겠다.

현재 watcher 상태 확인방법

$ cat /proc/sys/fs/inotify/max_user_watches 

해결방법

file watcher의 수를 늘려주기

$ echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
profile
코더가 아니라 개발자가 되자

0개의 댓글