
28 Oct
2005
28 Oct
'05
9:57 a.m.
Understood. I had the same problem with Erlang on Mac OSX and had to edit system files to bring it up to the maxium allowed of 10240. Worked like a charm after recompiling. What do you do on Windows where there's no hard-coded FD_SETSIZE? On Oct 28, 2005, at 9:14 AM, Simon Marlow wrote:
Yes, it's hardcoded. FD_SETSIZE should be the maximum number of file descriptors you can ever have open. On my Linux box here, FD_SETSIZE is 1024, and I can't ulimit -n any more than this.