Linuxでのファイル監視設定
2019/10/17
/proc/sys/fs/inotify/max_user_watches
各 inotify インスタンスに関連づける監視対象の数の制限を指定する。
echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf
sudo sysctl -p
参考記事;https://zukucode.com/2018/01/linux-watch.html