Skip to content

Instantly share code, notes, and snippets.

@bsparrow435
Created August 31, 2012 20:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bsparrow435/3558713 to your computer and use it in GitHub Desktop.
Save bsparrow435/3558713 to your computer and use it in GitHub Desktop.
Configuration Tweaks

#Add to vm.args

## Increase number of concurrent ports/sockets
-env ERL_MAX_PORTS 65536

## Use more Erlang processes (128K rather than default of 64K)
+P 131072

## Use a larger distributed erlang message buffer size to avoid (most) disterl busy port issues
+zdbbl 16384

##Use more scheduler threads to match number of partitions per node
+S 64:64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment