aboutsummaryrefslogtreecommitdiff
path: root/rel/vm.args.mix
blob: 711bd318903017748e96d73807b0093db73f435f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## Customize flags given to the VM: https://erlang.org/doc/man/erl.html
## -mode/-name/-sname/-setcookie are configured via env vars, do not set them here

-boot ../releases/<%= @version %>/start_clean
-boot_var RELEASE_LIB ../lib

## Number of dirty schedulers doing IO work (file, sockets, and others)
##+SDio 5

## Increase number of concurrent ports/sockets
##+Q 65536

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