[commit: ghc] master: Correct default -A value in RTS flag usage info (821daad)
git at git.haskell.org
git at git.haskell.org
Fri Mar 2 21:54:38 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/821daadf65a3e146f8adf2802b3cb8b520d8d10e/ghc
>---------------------------------------------------------------
commit 821daadf65a3e146f8adf2802b3cb8b520d8d10e
Author: Simon Jakobi <simon.jakobi at gmail.com>
Date: Fri Mar 2 16:17:44 2018 -0500
Correct default -A value in RTS flag usage info
Reviewers: bgamari, erikd, simonmar
Reviewed By: bgamari
Subscribers: rwbarton, thomie, carter
Differential Revision: https://phabricator.haskell.org/D4441
>---------------------------------------------------------------
821daadf65a3e146f8adf2802b3cb8b520d8d10e
rts/RtsFlags.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rts/RtsFlags.c b/rts/RtsFlags.c
index 26171cf..eb33c9e 100644
--- a/rts/RtsFlags.c
+++ b/rts/RtsFlags.c
@@ -277,7 +277,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 512k) Egs: -A1m -A10k",
+" -A<size> Sets the minimum allocation area size (default 1m) 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)",
" -n<size> Allocation area chunk size (0 = disabled, default: 0)",
More information about the ghc-commits
mailing list