Why is Erlang crashing on large sequences?

前端 未结 4 1639
失恋的感觉
失恋的感觉 2021-02-06 13:50

I have just started learning Erlang and am trying out some Project Euler problems to get started. However, I seem to be able to do any operations on large sequences without cra

4条回答
  •  失恋的感觉
    2021-02-06 14:15

    Possibly a noob answer (I'm a Java dev), but the JVM artificially limits the amount of memory to help detect memory leaks more easily. Perhaps erlang has similar restrictions in place?

提交回复
热议问题