vm.args.eex 472 B

12345678910111213141516171819
  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. ## Number of dirty schedulers doing IO work (file, sockets, etc)
  4. ##+SDio 5
  5. ## Increase number of concurrent ports/sockets
  6. ##+Q 65536
  7. ## Tweak GC to run more often
  8. ##-env ERL_FULLSWEEP_AFTER 10
  9. #+sub true
  10. #+sbwt very_long
  11. #+sbwtdcpu very_long
  12. #+sbwtdio very_long
  13. #+swt very_low
  14. #+swtdcpu very_low
  15. #+swtdio very_low