ubuntu pycharm PyCharm提示The current inotify(7) watch limit is too low. More details.
·
1.
sudo gedit /etc/syscyl.conf file
2.add this line to syscyl.conf file
fs.inotify.max_user_watches = 524288
3.then run this commond
sudo sysctl -p
更多推荐
1.
sudo gedit /etc/syscyl.conf file
2.add this line to syscyl.conf file
fs.inotify.max_user_watches = 524288
3.then run this commond
sudo sysctl -p
更多推荐
所有评论(0)