Skip to content

Commit c5afdaf

Browse files
joebowbeeraduh95
authored andcommitted
doc: correct max-semi-space-size statement
Signed-off-by: Joe Bowbeer <joe.bowbeer@gmail.com> PR-URL: #55812 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
1 parent 65ffb2c commit c5afdaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/cli.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3527,8 +3527,8 @@ improvement depends on your workload (see [#42511][]).
35273527

35283528
The default value depends on the memory limit. For example, on 64-bit systems
35293529
with a memory limit of 512 MiB, the max size of a semi-space defaults to 1 MiB.
3530-
On 64-bit systems with a memory limit of 2 GiB, the max size of a semi-space
3531-
defaults to 16 MiB.
3530+
For memory limits up to and including 2GiB, the default max size of a
3531+
semi-space will be less than 16 MiB on 64-bit systems.
35323532

35333533
To get the best configuration for your application, you should try different
35343534
max-semi-space-size values when running benchmarks for your application.

0 commit comments

Comments
 (0)