This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: How can I increase ulimit -n or open files limit to 65535 on cygwin?


Annie W. wrote:
> can someone point me on how to increase open file limit?
> Im stuck to 3200 on ulimit -n
> I already went thru my cygwin files and downloaded cygwin source code.
> I would appreciate the advice on how to change this limit?
> 
> I have already increased open file limits on redhat and other linux
> systems without any problems. 
> 
> Thank you
> Annie

I've no idea what sets ulimit's limits.  But that won't stop me from
suggesting some possibilities.  :-)

- ulimit is a bash builtin, so you might want to look at bash's code.
If bash is the problem, you might run under ash or another shell, though
not launched from bash.

- One possibility is that Windows limits the numbers of open files.
Have you looked into that?

Good luck.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]