码迷,mamicode.com
首页 > 其他好文 > 详细

centos环境启动服务的一些错误

时间:2020-06-05 00:39:32      阅读:61      评论:0      收藏:0      [点我收藏+]

标签:生效   echo   red   config   sys   错误   mit   reac   figure   

the configured user limit (128) on the number of inotify instances has been reached

解决方法:
临时:
$ echo 65536 > /proc/sys/fs/inotify/max_user_instances
永久更改:
vi /etc/sysctl.conf #添加如下内容
fs.inotify.max_queued_events = 32768
fs.inotify.max_user_instances = 65536
fs.inotify.max_user_watches = 1048576
sysctl -p #使修改后文件生效

centos环境启动服务的一些错误

标签:生效   echo   red   config   sys   错误   mit   reac   figure   

原文地址:https://blog.51cto.com/11676712/2501349

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!