今天服务器报错如下:
upper limit on inotify watches reached!
度娘谷姐之后:
echo 81920 > /proc/sys/fs/inotify/max_user_watches
即可。
原理:
1 |
# cat /proc/sys/fs/inotify/max_user_watches |
时间:2013-02-25 19:19:53
Latest posts by Zhiming Zhang (see all)
- aws eks node 自动化扩展工具 Karpenter - 8月 10, 2022
- ReplicationController and ReplicaSet in Kubernetes - 12月 20, 2021
- public key fingerprint - 5月 27, 2021