[erlang-questions] unlimited # of fds on solaris, including for slave nodes

Joel Reymont joelr1@REDACTED
Thu Oct 30 11:03:45 CET 2008


Folks,

How do I make sure that an unlimited # of file descriptors is  
available to me on Solaris 5.11, including the shell and Erlang slave  
nodes?

I do it like this now:

cat poker
#!/bin/bash

ulimit -Sn 65536
erl +K true +P 134217727 -sname 1 -s mnesia start $*

But launched slaves nodes don't seem to inherit the ulimit setting.

I have root access, just don't know what to change.

	Thanks, Joel

--
wagerlabs.com








More information about the erlang-questions mailing list