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:
authorMark Probst <mark.probst@gmail.com>2014-09-13 11:13:07 +0400
committerMark Probst <mark.probst@gmail.com>2014-09-29 22:03:57 +0400
commit06ba93fd0e217d098afb98bc694fe86d491fc7bd (patch)
treeb3f9b27500642e65646722c38257347d57e24fc0 /man/mono.1
parent2a4230fe3bc7b1de30f2e2b8c49671b8ac128626 (diff)
[sgen] Remove SGen fixed heap configuration.
It's not well-tested, not widely used, we can surpass its speed with upcoming improvements and we won't put those into the fixed configuration because it's too much of a diversion.
Diffstat (limited to 'man/mono.1')
-rw-r--r--man/mono.112
1 files changed, 2 insertions, 10 deletions
diff --git a/man/mono.1 b/man/mono.1
index 3d4bd54e989..f423e8855f3 100644
--- a/man/mono.1
+++ b/man/mono.1
@@ -1078,16 +1078,8 @@ program but will obviously use more memory. The default nursery size
\fBmajor=\fIcollector\fR
Specifies which major collector to use. Options are `marksweep' for
the Mark&Sweep collector, `marksweep-conc' for concurrent Mark&Sweep,
-`marksweep-par' for parallel Mark&Sweep, `marksweep-fixed' for
-Mark&Sweep with a fixed heap, and `marksweep-fixed-par' for parallel
-Mark&Sweep with a fixed heap. The Mark&Sweep collector is the default.
-.TP
-\fBmajor-heap-size=\fIsize\fR
-Sets the size of the major heap (not including the large object space)
-for the fixed-heap Mark&Sweep collector (i.e. `marksweep-fixed' and
-`marksweep-fixed-par'). The size is in bytes, with optional suffixes
-`k', `m' and `g' to specify kilo-, mega- and gigabytes, respectively.
-The default is 512 megabytes.
+and `marksweep-par' for parallel Mark&Sweep. The non-concurrent,
+non-parallel Mark&Sweep collector is the default.
.TP
\fBsoft-heap-limit=\fIsize\fR
Once the heap size gets larger than this size, ignore what the default