|
|
|
|
|
by noemotion
3072 days ago
|
|
>BTW, it's very hard to bring BEAM down. Most exceptions will bring kill the faulty process, but leave the supervisor tree untouched. Only "unmanaged" code (for example, calling a C library using a NIF) might crash the whole VM. Not completely true. Try to allocate more memory than available and then see what happens. |
|
Also, isn't ENOMEM a standard error that you can handle using the standard error handling techniques?