Disabling erl_crash.dump

To disable erl_crash.dump you can use the ERL_CRASH_DUMP environment variable. You need to give it a path that doesn’t exists so that open returns a value < 0.

export ERL_CRASH_DUMP=/disable/crash/dump

https://github.com/erlang/otp/blob/maint/erts/emulator/beam/break.c#L757

 
16
Kudos
 
16
Kudos

Now read this

Ownership as code

In software development, ownership is a term that’s often thrown around but poorly understood. What does it mean to own something? Why is this something we strive to attain? At Samsung Ads, the engineering team had been growing very... Continue →