파이참이 느려요 😡
에러는 아니지만..
파이참 인덱싱이 너무 느리고 화가날 때
1. /etc/sysctl.conf 를 연다
sudo vim /etc/sysctl.conf
2. 다음을 입력한다
fs.inotify.max_user_watches = 524288
3. 저장 후 다음을 입력한다
sudo sysctl -p
이걸 하니 좀 나아졌다
reference
Android Studio shows the warning inotify limit is too low
Every time on start Android studio displays a warning. The current inotify(7) watch limit is too low. I don't understand what it is all about. Should I be worried about it ? If anyone can clear ...
stackoverflow.com
댓글