diff options
author | Simon Marlow <marlowsd@gmail.com> | 2015-03-26 08:47:04 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2015-04-07 09:57:50 +0100 |
commit | 93f3a64eb8865cdd407b1df41bc6709e6c3e512c (patch) | |
tree | e98e0589782bc2cae4c6ee1c6e50f1413d085a3c /rts | |
parent | 890461ee01901207f8703274ae413508a8df904a (diff) | |
download | haskell-93f3a64eb8865cdd407b1df41bc6709e6c3e512c.tar.gz |
Add -n to the RTS help output
Diffstat (limited to 'rts')
-rw-r--r-- | rts/RtsFlags.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rts/RtsFlags.c b/rts/RtsFlags.c index 5c7fcefab3..0fbd05af2f 100644 --- a/rts/RtsFlags.c +++ b/rts/RtsFlags.c @@ -267,6 +267,7 @@ usage_text[] = { " -kb<size> Sets the stack chunk buffer size (default 1k)", "", " -A<size> Sets the minimum allocation area size (default 512k) Egs: -A1m -A10k", +" -n<size> Allocation area chunk size (0 = disabled, default: 0)", " -O<size> Sets the minimum size of the old generation (default 1M)", " -M<size> Sets the maximum heap size (default unlimited) Egs: -M256k -M1G", " -H<size> Sets the minimum heap size (default 0M) Egs: -H24m -H1G", |