首页 > 其他 > 详细

elasticsearch ulimit: error setting limit

时间:2014-12-16 13:38:30      阅读:465      评论:0      收藏:0      [点我收藏+]

elasticsearch  ulimit: error setting limit

解决:

My understanding is that /etc/security/limits.conf applies to login shells - but if you‘ve installed docker via apt-get, it‘s started by Upstart. I‘ve added the following line to my /etc/init/docker.conf, which works for me and restart docker:


limit nofile 262144 262144

elasticsearch ulimit: error setting limit

原文:http://my.oschina.net/zuoan001/blog/356613

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!