Tagged Questions
1
vote
3answers
447 views
Is there a way to kill the erlang vm when it is running with -heart?
The title pretty much sums it up. I have a zotonic site running with -heart, it uses lots of cpu time and I can't get an erlang shell. So, is there a way to kill the vm? killall heart and killall ...
1
vote
1answer
495 views
How does Erlang heart work?
This question is related to my previous one: Running erlang shell as a deamon/service
I have a script that looks like this:
#!/bin/bash
# Load the VERBOSE setting and other rcS variables
. ...
1
vote
1answer
124 views
Changing Erlang heart's timeout without restarting everything
I want to change the Heartbeat timeout of the erlang's heart without restarting everything. Is there a way to do that similar to how heart:set_cmd/1 let's me change the command heart runs in case of ...
4
votes
2answers
565 views
usage of erlang heart
How should heart be used to keep an application alive?
Lets say I have an application X, will it be monitored if I just call something like:
erl -boot X -heart -env HEART_BEAT_TIMEOUT 30 -detached
...
2
votes
3answers
286 views
Debugging Erlang heart timeouts
I use the heart program to restart an Erlang node when it becomes unresponsive. However, I am finding it hard to understand why the node freezes. SASL logs don't show any errors, and my own logs don't ...
3
votes
2answers
1k views
CouchDB heart-beat time-out
My CouchDB (production) server is sometimes shut down, without my wanting it to. While inspecting logs I noticed Erlang/CouchDB (one or the other) sends a heart beat, and that heart beat is monitored. ...