Hi,
IIRC you (also) need to set minfds in the supervisord config file [supervisord]
section. (e.g. supervisord_config.conf)
E.g. minfds=100 ;
You can check if it is properly set by looking at the proc filesystem:
cat /proc/$PID_OF_CONTRAILAPI/limits
Cheers,
Robert van Leeuwen
On 1/18/
Have had some ssh/connectivity issues earlier today, so to make sure
everything is working, I will be taking the CI cluster offline for
about an hour so that I can reboot jenkins, zuul, etc.
I will send an update when done.
--
Klash
___
Dev mailing l
hi filip:
I find there will be some socket open file error like this:
socket too many open file
I guess the when contrail-api has a lot of socket
then when it want to open other file such as socket ,unix socket then the
error shown
how may file contrail-api can open?
-邮件原件
Maybe try to raise it to higher number.
And don't forget to restart services (or reboot) after that change to
re-apply user-level limits.
Read more on open files limit eg. here:
http://www.cyberciti.biz/faq/linux-increase-the-maximum-number-of-open-files/
Filip
On 2016/01/18 19:06, 王李明 wrote:
>
hi Filip:
I hava updated the ulimite -n parame to 65535
but it still show the error
-邮件原件-
发件人: Dev [mailto:dev-boun...@lists.opencontrail.org] 代表 Filip Pytloun
发送时间: 2016年1月18日 17:24
收件人: dev@lists.opencontrail.org
主题: Re: [opencontrail-dev] contrail-api too many open file
Hell
Hello,
you need to raise limit of open files, put something like this in your
/etc/security/limits.conf:
* hard nofile 65535
* soft nofile 65535
possibly adjust the number or matching user/group.
Filip
On 2016/01/18 09:54, 王李明 wrote:
> hi all:
>
> I use openstack rally to create a lo