Module that contains the interface for the Heartbeat Monitoring of an Erlang Runtime System
Questions tagged [erlang-heart]
3 questions
3
votes
1 answer
Rebar3 and Erlang -heart flag
I start my release with a script:
#!/bin/bash
ERL_FLAGS=" -args_file config/vm.args -config config/sys.config" rebar3 shell
I have a -heart command in my vm.args file because I want the node to boot automatically after it crashes, using the…

ersa
- 81
- 7
2
votes
2 answers
Erlang: No Crash Dump
I'm running ejabberd, and every so often it crashes. To figure out why it crashed, I know to look in the erl_crash.dump. The problem is, there doesn't seem to be any erl_crash.dump file. There is a core dump file though. Loading it into gdb and…

James Kingsbery
- 7,298
- 2
- 38
- 67
1
vote
0 answers
Erlang Cowboy crashes with heart-beat time-out
I am running a cowboy erlang server. My server was genereted by following the getting started instructions on the 99s site, and I am running it with a command line:
./_rel/myapp_release/bin/myapp_release console
Thing is, after a certain while of…

orcaman
- 6,263
- 8
- 54
- 69