summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorDamien Doligez <damien.doligez@inria.fr>2021-02-10 16:06:07 +0100
committerGitHub <noreply@github.com>2021-02-10 16:06:07 +0100
commit8ef57234fc71876ff1e639509437b7e39d9f778b (patch)
tree64badadd7944de0dec7d0eeef15387a3fdf0fd36 /man
parent289d28574b8b6ddb4dd570afb8c7e1c7baaf504a (diff)
downloadocaml-8ef57234fc71876ff1e639509437b7e39d9f778b.tar.gz
Switch the default allocation policy to best-fit. (#10188)
* switch the default allocation policy to best-fit and adjust the overhead parameter * change the default overhead to 120
Diffstat (limited to 'man')
-rw-r--r--man/ocamlrun.m3
1 files changed, 1 insertions, 2 deletions
diff --git a/man/ocamlrun.m b/man/ocamlrun.m
index ba59d20b7f..7c4734bb4c 100644
--- a/man/ocamlrun.m
+++ b/man/ocamlrun.m
@@ -151,8 +151,7 @@ The initial size of the major heap (in words).
.BR a \ (allocation_policy)
The policy used for allocating in the OCaml heap. Possible values
are 0 for the next-fit policy, 1 for the first-fit
-policy, and 2 for the best-fit policy. Best-fit is still experimental,
-but probably the best of the three. The default is 0.
+policy, and 2 for the best-fit policy. The default is 2.
See the Gc module documentation for details.
.TP
.BR s \ (minor_heap_size)