Skip to content

Commit c14776f

Browse files
joebowbeermarco-ippolito
authored andcommitted
doc: correct max-semi-space-size statement
Signed-off-by: Joe Bowbeer <[email protected]> PR-URL: #55812 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Ulises Gascón <[email protected]>
1 parent 6308c18 commit c14776f

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

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

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

0 commit comments

Comments
 (0)