Skip to content

Commit 1d98e2d

Browse files
committed
doc: correct max-semi-space-size statement
Signed-off-by: Joe Bowbeer <[email protected]>
1 parent e542686 commit 1d98e2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3553,8 +3553,8 @@ improvement depends on your workload (see [#42511][]).
35533553

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

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

0 commit comments

Comments
 (0)