Files
archived-teslamate/rel/vm.args.eex
Adrian Kumpf 8bf913a06b Do no start EPMD
Addresses #2554
2022-04-04 15:20:03 +02:00

15 lines
398 B
Elixir

## 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
## 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
## Do not start epmd
-start_epmd false