Skip to content

Commit 2743b7b

Browse files
joebowbeerruyadorno
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 3013870 commit 2743b7b

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
@@ -3567,8 +3567,8 @@ improvement depends on your workload (see [#42511][]).
35673567

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

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

0 commit comments

Comments
 (0)