[commit: ghc] ghc-8.4: Correct default -A value in RTS flag usage info (11ac7ae)

git at git.haskell.org git at git.haskell.org
Fri Mar 2 22:34:57 UTC 2018


Repository : ssh://git@git.haskell.org/ghc

On branch  : ghc-8.4
Link       : http://ghc.haskell.org/trac/ghc/changeset/11ac7aec4960b66d8cf18eaf731b84a2b955d4cf/ghc

>---------------------------------------------------------------

commit 11ac7aec4960b66d8cf18eaf731b84a2b955d4cf
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
    
    (cherry picked from commit 821daadf65a3e146f8adf2802b3cb8b520d8d10e)


>---------------------------------------------------------------

11ac7aec4960b66d8cf18eaf731b84a2b955d4cf
 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