Skip to content

Commit

Permalink
Do no start EPMD
Browse files Browse the repository at this point in the history
Addresses #2554
  • Loading branch information
adriankumpf committed Apr 4, 2022
1 parent 74ac2a1 commit 8bf913a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions rel/vm.args.eex
Original file line number Diff line number Diff line change
@@ -0,0 +1,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

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

0 comments on commit 8bf913a

Please sign in to comment.