Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
1f9caae5
Commit
1f9caae5
authored
Feb 18, 1999
by
simonm
Browse files
[project @ 1999-02-18 12:21:07 by simonm]
- Fix typo in description of -M - Add doc line for -H
parent
db342437
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/rts/RtsFlags.c
View file @
1f9caae5
/* -----------------------------------------------------------------------------
* $Id: RtsFlags.c,v 1.
9
1999/02/
05 16:02:49
simonm Exp $
* $Id: RtsFlags.c,v 1.
10
1999/02/
18 12:21:07
simonm Exp $
*
* (c) The AQUA Project, Glasgow University, 1994-1997
* (c) The GHC Team, 1998-1999
...
...
@@ -216,7 +216,8 @@ usage_text[] = {
" -k<size> Sets the initial thread stack size (default 1k) Egs: -K4k -K2m"
,
""
,
" -A<size> Sets the minimum allocation area size (default 256k) Egs: -A1m -A10k"
,
" -M<size> Sets the maximum heap size (default 64M) Egs: -H256k -H1G"
,
" -M<size> Sets the maximum heap size (default 64M) Egs: -M256k -M1G"
,
" -H<size> Sets the minimum heap size (default 0M) Egs: -H24m -H1G"
,
" -m<n>% Minimum % of heap which must be available (default 3%)"
,
" -G<n> Number of generations (default: 2)"
,
" -T<n> Number of steps in younger generations (default: 2)"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment