aboutsummaryrefslogblamecommitdiffstats
path: root/priv/templates/vm_args
blob: 02841bd87bb31cf5880197884d9145f55a78df6f (plain) (tree)
1
2
                   
                     
















                                                                            
## Name of the node
-sname {{ rel_name }}

## Cookie for distributed erlang
-setcookie {{ rel_name }}

## Heartbeat management; auto-restarts VM if it dies or becomes unresponsive
## (Disabled by default..use with caution!)
##-heart

## Enable kernel poll and a few async threads
##+K true
##+A 5

## Increase number of concurrent ports/sockets
##-env ERL_MAX_PORTS 4096

## Tweak GC to run more often
##-env ERL_FULLSWEEP_AFTER 10