调整最大文件监控数量
sudo vim /etc/sysctl.conf
添加参数
fs.inotify.max_user_watches = 10000
运行使配置生效
sudo /sbin/sysctl -p
https://unix.stackexchange.com/questions/444998/how-to-set-and-understand-fs-notify-max-user-watches
2023-12-05 20:55:28
调整最大文件监控数量
sudo vim /etc/sysctl.conf
添加参数
fs.inotify.max_user_watches = 10000
运行使配置生效
sudo /sbin/sysctl -p
https://unix.stackexchange.com/questions/444998/how-to-set-and-understand-fs-notify-max-user-watches