71e803264783d85720f6f26c928004cab376ddb7
[anni] / rel / vm.args.eex
1 ## Customize flags given to the VM: http://erlang.org/doc/man/erl.html
2 ## -mode/-name/-sname/-setcookie are configured via env vars, do not set them here
3
4 ## Number of dirty schedulers doing IO work (file, sockets, etc)
5 ##+SDio 5
6
7 ## Increase number of concurrent ports/sockets
8 ##+Q 65536
9
10 ## Tweak GC to run more often
11 ##-env ERL_FULLSWEEP_AFTER 10