in reply to Re: file handle limitation of 255
in thread file handle limitation of 255
This problem of 255 limit is independent of ulimit. I set this on /etc/system :- set rlim_fd_max=65536 set rlim_fd_cur=65536 So that I get host# ulimit -n 65536 But still I have 255 limitation.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: file handle limitation of 255
by Anonymous Monk on Jan 21, 2011 at 00:48 UTC |