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

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-01-14
  • 2021-08-22
  • 2021-07-30
  • 2021-06-04
  • 2021-07-06
  • 2022-12-23
猜你喜欢
  • 2021-10-14
  • 2022-12-23
  • 2022-02-09
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案