This commit is contained in:
Mayel de Borniol 2023-08-12 12:30:18 +01:00
parent 49566a933a
commit 28a5b9f18b

9
rel/vm.args.eex Normal file
View file

@ -0,0 +1,9 @@
## Set flags in the OTP release for the VM: https://www.erlang.org/doc/man/erl.html
## Specify low-level flags that control how the Erlang VM and its runtime operate. You specify entries as if you were specifying arguments in the command line with code comments also supported.
## -mode/-name/-sname/-setcookie are configured via env vars, do not set them here
## Increase number of concurrent ports/sockets
##+Q 65536
## Tweak GC to run more often
-env ERL_FULLSWEEP_AFTER 20