summaryrefslogtreecommitdiff
path: root/includes/Rts.h
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2009-09-15 08:40:00 +0000
committerSimon Marlow <marlowsd@gmail.com>2009-09-15 08:40:00 +0000
commit53628e913632cac29d54da914040e39add334784 (patch)
treecff3c068f60d5580fe4e452e044b5b2c6af352b9 /includes/Rts.h
parenteca1e7e7becd3d444be45850031e3fa35bccd55d (diff)
downloadhaskell-53628e913632cac29d54da914040e39add334784.tar.gz
Improve the default parallel GC settings, and sanitise the flags (#3340)
Flags (from +RTS -?): -qg[<n>] Use parallel GC only for generations >= <n> (default: 0, -qg alone turns off parallel GC) -qb[<n>] Use load-balancing in the parallel GC only for generations >= <n> (default: 1, -qb alone turns off load-balancing) these are good defaults for most parallel programs. Single-threaded programs that want to make use of parallel GC will probably want +RTS -qg1 (this is documented). I've also updated the docs.
Diffstat (limited to 'includes/Rts.h')
0 files changed, 0 insertions, 0 deletions