manjaro 18.0 kde版本
运行 yarn test报错
Error: ENOSPC: System limit for number of file watchers reached
解决:
cd etc/sysctl.d
然后 ls 看下里面 应该只有一个文件 我的叫50-max_user_watches.conf
fs.inotify.max_user_watches = 524288
sudo sysctl -p --system
manjaro 18.0 kde版本
运行 yarn test报错
Error: ENOSPC: System limit for number of file watchers reached
解决:
cd etc/sysctl.d
然后 ls 看下里面 应该只有一个文件 我的叫50-max_user_watches.conf
fs.inotify.max_user_watches = 524288
sudo sysctl -p --system
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。