Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorRodrigo Kumpera <kumpera@gmail.com>2012-04-21 03:35:22 +0400
committerRodrigo Kumpera <kumpera@gmail.com>2012-04-21 03:35:22 +0400
commite778f28877fa1dea5db6ee6daa8f6461722c1c1a (patch)
treea9cd5ef786badd95ff48f979a8623adad4be0b28 /man
parent170d0dda1c579d252b2013559682807ac12e3b46 (diff)
Update man page with valid values for new parameters.
Diffstat (limited to 'man')
-rw-r--r--man/mono.12
1 files changed, 2 insertions, 0 deletions
diff --git a/man/mono.1 b/man/mono.1
index be4893219bb..fa55e69719e 100644
--- a/man/mono.1
+++ b/man/mono.1
@@ -1098,11 +1098,13 @@ and 'split' which lets object stay longer on the nursery before promoting.
\fBalloc-ratio=\fIratio\fR
Specifies the ratio of memory from the nursery to be use by the alloc space.
This only can only be used with the split minor collector.
+Valid values are integers between 1 and 100. Default is 60.
.TP
\fBpromotion-age=\fIage\fR
Specifies the required age of an object must reach inside the nursery before
been promoted to the old generation. This only can only be used with the
split minor collector.
+Valid values are integers between 1 and 14. Default is 2.
.ne
.RE
.TP