I'm trying to open connections (sockets) to my Erlang server; everything works fine with around 100 paralell connections, but when I want more than 100 i get {error, closed}.
It may be something that has to do with OS file descriptor limit? If yes, can you guys please give me a solution? I use MacOS and CentOS.
Should I give some params to the Erlang Vm in vm.args file?