From 1396b545018d2c945b9c289b022d77179a046fc6 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Fri, 8 May 2009 08:38:11 +0000 Subject: [PATCH] correct the +RTS -? docs for -A (default is 512k not 256k) --- rts/RtsFlags.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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%)", -- 1.7.10.4