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