FloatingGhost
6e1d9c63da
Some checks failed
ci/woodpecker/push/release Pipeline was successful
ci/woodpecker/tag/lint Pipeline was successful
ci/woodpecker/push/lint Pipeline failed
ci/woodpecker/push/test unknown status
ci/woodpecker/tag/test Pipeline was successful
ci/woodpecker/tag/release Pipeline was successful
11 lines
350 B
Elixir
11 lines
350 B
Elixir
## Customize flags given to the VM: http://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, etc)
|
|
##+SDio 5
|
|
|
|
## Increase number of concurrent ports/sockets
|
|
##+Q 65536
|
|
|
|
## Tweak GC to run more often
|
|
##-env ERL_FULLSWEEP_AFTER 10
|