diff options
author | Douglas Wilson <douglas.wilson@gmail.com> | 2020-12-23 13:09:02 +0000 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-01-02 07:35:14 -0500 |
commit | d9788fd27da499bd8ca8c38980728088b961a5bc (patch) | |
tree | dd23399db2797a5e0e9e1f0f4768afa72ece1fb0 /rts/RtsFlags.c | |
parent | c2a007c75d1bb84dbc245397817f56522a83836c (diff) | |
download | haskell-d9788fd27da499bd8ca8c38980728088b961a5bc.tar.gz |
rts: update usage text for new -A default
Diffstat (limited to 'rts/RtsFlags.c')
-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", |