Skip to content

Commit

Permalink
doc: correct max-semi-space-size statement
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Bowbeer <[email protected]>
PR-URL: #55812
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Ulises Gascón <[email protected]>
  • Loading branch information
joebowbeer authored Nov 12, 2024
1 parent f17b9a4 commit 598bbf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -3526,8 +3526,8 @@ improvement depends on your workload (see [#42511][]).

The default value depends on the memory limit. For example, on 64-bit systems
with a memory limit of 512 MiB, the max size of a semi-space defaults to 1 MiB.
On 64-bit systems with a memory limit of 2 GiB, the max size of a semi-space
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.

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

0 comments on commit 598bbf4

Please sign in to comment.