What limits does Erlang have?
The Erlang language doesn’t specify any limits, but different implementations have different limits on the number of processes, the maximum amount of RAM and so on. These are documented for each implementation. Mnesia also has limits. Another problem with the Erlang language is that it cannot solve the “halting problem” ;-).