[zeromq-dev] #of open files keeps going up

Nishant Mittal nmittal at rblt.com
Wed Apr 17 16:58:01 CEST 2013


Jon, i killed all processes to create a simple test case (like Pieter
asked).. and as soon as i did that # of open files went down significantly..

before..
$ cat /proc/sys/fs/file-nr
88544 0 2436928

after killing the process..
$cat /proc/sys/fs/file-nr
832 0 2436928

I will do what you asked when this happens again and report back.

thanks
Nishant



On Wed, Apr 17, 2013 at 10:53 AM, Jon Dyte <jon at totient.co.uk> wrote:

> If you are on linux  if you cd into /proc/<pid>/fd (where <pid> is the pid
> of the process)
>
> and do ls -lrt what does it show when this is happening?
>
>
> jon
>
>
>
>
> On 17 April 2013 15:11, Nishant Mittal <nmittal at rblt.com> wrote:
>
>> Hi all, I have my perfect application up and running but there is this
>> one lingering issue thats stopping me from go LIVE. on linux I keep getting
>> too many files open error and I checked that the soft limit for users was
>> 1024 so I bumped it up to 65K and hard limit to 500K.. but I notice that #
>> of file open keeps going up.. it never comes down so eventually it would
>> hit any limit i set.
>>
>> I cant be the only one dealing with this.. what am I doing wrong?
>>
>> --
>> *Nishant Mittal*
>>  Director, Product Development
>> *Rosenblatt Securities Inc*.
>> 20 Broad Street
>> New York, NY 10005
>>
>> Direct: 212-607-3159
>> Mobile: 646-504-2629
>>
>> _______________________________________________
>> zeromq-dev mailing list
>> zeromq-dev at lists.zeromq.org
>> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>>
>>
>
> _______________________________________________
> zeromq-dev mailing list
> zeromq-dev at lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>
>


-- 
*Nishant Mittal*
Director, Product Development
*Rosenblatt Securities Inc*.
20 Broad Street
New York, NY 10005

Direct: 212-607-3159
Mobile: 646-504-2629
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20130417/6f82fc54/attachment.htm>


More information about the zeromq-dev mailing list