logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://anongit.hacktivis.me/git/pleroma.git/

vm.args.eex (420B)


  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. # Disable wasteful busywait.
  10. +sbwt none
  11. +sbwtdcpu none
  12. +sbwtdio none