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
diff options
context:
space:
mode:
authorRodrigo Kumpera <kumpera@gmail.com>2012-04-20 00:22:11 +0400
committerRodrigo Kumpera <kumpera@gmail.com>2012-04-20 01:35:12 +0400
commit426188e8976e4b532074bfbdfce81ecc14fe073a (patch)
tree374886e2a7e9d4ec07d3a1789c5ca796ec563d52
parent628320e3fc54073756e6308215c6c5f65d68f1a8 (diff)
Document new sgen options in the man page.mono-2.11.1
-rw-r--r--man/mono.114
1 files changed, 14 insertions, 0 deletions
diff --git a/man/mono.1 b/man/mono.1
index 3904feb285e..be4893219bb 100644
--- a/man/mono.1
+++ b/man/mono.1
@@ -1089,6 +1089,20 @@ and leave them untouched. Precise marking reduces floating garbage
and can speed up nursery collection and allocation rate, it has
the downside of requiring a significant extra memory per compiled
method. The right option, unfortunately, requires experimentation.
+.TP
+\fBminor=\fIminor-collector\fR
+Specifies which minor collector to use. Options are 'simple' which
+promotes all objects from the nursery directly to the old generation
+and 'split' which lets object stay longer on the nursery before promoting.
+.TP
+\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.
+.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.
.ne
.RE
.TP