in linux you fix this with the command:
echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
转载于:https://www.cnblogs.com/a-flydog/p/5984000.html
in linux you fix this with the command:
echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
转载于:https://www.cnblogs.com/a-flydog/p/5984000.html