From 426188e8976e4b532074bfbdfce81ecc14fe073a Mon Sep 17 00:00:00 2001 From: Rodrigo Kumpera Date: Thu, 19 Apr 2012 17:22:11 -0300 Subject: Document new sgen options in the man page. --- man/mono.1 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 -- cgit v1.2.3