diff options
-rw-r--r-- | rts/RtsFlags.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/RtsFlags.c b/rts/RtsFlags.c index 044e7742c4..b0f3ac4475 100644 --- a/rts/RtsFlags.c +++ b/rts/RtsFlags.c @@ -317,7 +317,7 @@ usage_text[] = { " -kc<size> Sets the stack chunk size (default 32k)", " -kb<size> Sets the stack chunk buffer size (default 1k)", "", -" -A<size> Sets the minimum allocation area size (default 1m) Egs: -A20m -A10k", +" -A<size> Sets the minimum allocation area size (default 4m) Egs: -A20m -A10k", " -AL<size> Sets the amount of large-object memory that can be allocated", " before a GC is triggered (default: the value of -A)", " -F<n> Sets the collecting threshold for old generations as a factor of", |