They are very much not os processes. You wouldn't be getting any where
close to a million if they where.
Back in the day the default limit was 262143. I am not sure if that
remains the case. The reason they set that limit has more to do with
detecting errors and limiting memory consumption then actual hard
limits in the vm. In erlang at least, you can increase the maximum
processes by adding a +P <number of processes> to the command line
args. Unfortunately, it doesn't look like Elixir supports that flag,
but someone with more Elixir knowledge will have to respond.
Eric
> --
> You received this message because you are subscribed to the Google Groups
> "elixir-lang-talk" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to
elixir-lang-ta...@googlegroups.com.
> For more options, visit
https://groups.google.com/groups/opt_out.
>
>