sohil

Untitled

Sep 27th, 2011
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. vm.args
  2.  
  3.  
  4. ## Name of the riak node
  5.  
  6. ## Cookie for distributed erlang
  7. -setcookie pm_riak
  8.  
  9. ## Heartbeat management; auto-restarts VM if it dies or becomes unresponsive
  10. ## (Disabled by default..use with caution!)
  11. ##-heart
  12.  
  13. ## Enable kernel poll and a few async threads
  14. +K true
  15. +A 64
  16.  
  17. ## Increase number of concurrent ports/sockets
  18. -env ERL_MAX_PORTS 4096
  19.  
  20. ## Tweak GC to run more often
  21. -env ERL_FULLSWEEP_AFTER 0
Advertisement
Add Comment
Please, Sign In to add comment