aboutsummaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
Diffstat (limited to 'manual')
-rw-r--r--manual/manual.of5
1 files changed, 4 insertions, 1 deletions
diff --git a/manual/manual.of b/manual/manual.of
index c93fbfcb..6947b2a0 100644
--- a/manual/manual.of
+++ b/manual/manual.of
@@ -719,6 +719,8 @@ than the total after the previous major collection.
719For instance, for a multiplier of 100, 719For instance, for a multiplier of 100,
720the collector will do a major collection when the number of old bytes 720the collector will do a major collection when the number of old bytes
721gets larger than twice the total after the previous major collection. 721gets larger than twice the total after the previous major collection.
722As a special case,
723a value of 0 stops the collector from doing major collections.
722 724
723The major-minor multiplier controls the shift back to minor collections. 725The major-minor multiplier controls the shift back to minor collections.
724For a multiplier @M{x}, 726For a multiplier @M{x},
@@ -6441,7 +6443,8 @@ Changes the collector mode to generational and returns the previous mode.
6441Changes and/or retrieves the values of a parameter of the collector. 6443Changes and/or retrieves the values of a parameter of the collector.
6442This option must be followed by one or two extra arguments: 6444This option must be followed by one or two extra arguments:
6443The name of the parameter being changed or retrieved (a string) 6445The name of the parameter being changed or retrieved (a string)
6444and an optional new value for that parameter (an integer). 6446and an optional new value for that parameter,
6447an integer in the range @M{[0,100000]}.
6445The first argument must have one of the following values: 6448The first argument must have one of the following values:
6446@description{ 6449@description{
6447@item{@St{minormul}| The minor multiplier. } 6450@item{@St{minormul}| The minor multiplier. }