summaryrefslogtreecommitdiff
path: root/test/upgrade_project/rel/files/vm.args
blob: 2d64e25139848b56078405f1e44caaeb9f3d7a1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
## Name of the node
-name dummy@127.0.0.1

## Cookie for distributed erlang
-setcookie dummy

## 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