From 1d98e2d3d2af155e80ff51681c24b45470fddf08 Mon Sep 17 00:00:00 2001 From: Joe Bowbeer Date: Sun, 10 Nov 2024 23:39:32 +0000 Subject: [PATCH] doc: correct max-semi-space-size statement Signed-off-by: Joe Bowbeer --- doc/api/cli.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/cli.md b/doc/api/cli.md index e166252d80e45c..7cb8c380c0f574 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -3553,8 +3553,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.