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

Ulf Wiger ulf@REDACTED
Thu Oct 30 11:53:45 CET 2008


Joel,

If you use slave.erl, you can write a small wrapper around rsh
and use erl -rsh rsh_wrapper to tell slave to use it.

BR,
Ulf W

2008/10/30 Joel Reymont <joelr1@REDACTED>:
> 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
>
>
>
>
>
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://www.erlang.org/mailman/listinfo/erlang-questions
>



More information about the erlang-questions mailing list