X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FRtsFlags.c;h=0794dc4c871d8e929f59b17056c595bd1cf6da4f;hb=9a4ef343a46e823bcf949af8501c13cc8ca98fb1;hp=b15a7890e3dacfa72efc372582a7b43579702681;hpb=ebb1d38825c6eafeb1e1ff9885b1557e7d065e49;p=ghc-hetmet.git diff --git a/rts/RtsFlags.c b/rts/RtsFlags.c index b15a789..0794dc4 100644 --- a/rts/RtsFlags.c +++ b/rts/RtsFlags.c @@ -353,7 +353,7 @@ usage_text[] = { " -K Sets the maximum stack size (default 8M) Egs: -K32k -K512k", " -k Sets the initial thread stack size (default 1k) Egs: -k4k -k2m", "", -" -A Sets the minimum allocation area size (default 256k) Egs: -A1m -A10k", +" -A Sets the minimum allocation area size (default 512k) Egs: -A1m -A10k", " -M Sets the maximum heap size (default unlimited) Egs: -M256k -M1G", " -H Sets the minimum heap size (default 0M) Egs: -H24m -H1G", " -m Minimum % of heap which must be available (default 3%)",