如何修复 Linux 上 KiCAD Unable to add inotify watch: (error 28: No space left on device)
问题:
在 Linux 上打开 KiCAD 时,你看到错误消息 Unable to add inotify watch: (error 28: No space left on device):

解决方案
你需要增加可以同时活动的 inotify watch 数量:
increase_inotify_watches.sh
echo fs.inotify.max_user_watches=65536 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p然后重启 KiCAD
Check out similar posts by category:
KiCad
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow