Skip to content

Instantly share code, notes, and snippets.

@lukehoersten
Created February 15, 2014 22:54
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 lukehoersten/9026372 to your computer and use it in GitHub Desktop.
Save lukehoersten/9026372 to your computer and use it in GitHub Desktop.
racemetric {
# -I0 = Turn off idle GC, -A4M = 4megs of initial heap, -qg1 = Parallel GC in gen 1
exec = "racemetric -p 8080 -e prod +RTS -I0 -A4M -qg1"
stdout = "log/stdout.log"
stderr = "log/stderr.log"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment