Inotify Watches Limit

发布时间:2025-08-27 07:56

When available, MonoDevelop uses Inotify to keep track of changes in files. In some systems, the maximum number of allowed watch handles may be too low, and may prevent MonoDevelop to work properly.

To avoid this situation, MonoDevelop will switch to managed file watching if the watches limit is lower than 9000. Managed file watching is less efficient than Inotify based file watching, so it is highly recommended to adjust the Inotify configuration and increase the watches limit. The default is 8192. 16384 is good, 32768 is probably more than enough.

To change the limit, run:

# echo 16384 > /proc/sys/fs/inotify/max_user_watches

To make the change permanent, edit the file /etc/sysctl.conf and add this line to the end of the file:

fs.inotify.max_user_watches=16384

网址:Inotify Watches Limit https://mxgxt.com/news/view/1718481

相关内容

Inotify Watches Limit
《魔兽世界》尼奥罗萨首杀争夺战进入最终冲刺阶段
Antlr4 SQL Query 解析实例
明星时尚周报小八卦:路易
【NBA广告曲】NBA经典宣传歌曲MV集锦(视频)
SOMOS研磨抛光机
Pop Star Sugar Crush & Pop Candy Match Crush游戏活动
肖战、王俊凯、倪妮都喜欢,PIAGET到底是个什么神仙品牌!
时尚红人张林超用电商重新定义服装设计
利用动态资源分配优化Spark应用资源利用率

随便看看