Mikhail P. [mailto:[EMAIL PROTECTED] wrote:
> So once user "user" logins via ssh, he supposed to have
> these limits (viewble
> via "ulimit -a"). However, it does not work - user still
> has 1024 in FD
> limit.
> Now if I "su user" from root, and type "ulimit -a", I see
> that FD is 4048!
>
> Any suggestions where the problem could be?

Isn't 1024 a hard limit?  Especially if you use select() you have to
use a fixed size bitfield, which is IIRC 1024 bits long.  I'd say you
would need to do more than just raise the _allowed_ number of FDs per
process.

Gwendolyn.


--
[EMAIL PROTECTED] mailing list

Reply via email to