We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e542686 commit 1d98e2dCopy full SHA for 1d98e2d
doc/api/cli.md
@@ -3553,8 +3553,8 @@ improvement depends on your workload (see [#42511][]).
3553
3554
The default value depends on the memory limit. For example, on 64-bit systems
3555
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.
+For memory limits up to and including 2GiB, the default max size of a
+semi-space will be less than 16 MiB on 64-bit systems.
3558
3559
To get the best configuration for your application, you should try different
3560
max-semi-space-size values when running benchmarks for your application.
0 commit comments