0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-21 13:09:21 +01:00

doc: correct max-semi-space-size statement

Signed-off-by: Joe Bowbeer <joe.bowbeer@gmail.com>
PR-URL: https://github.com/nodejs/node/pull/55812
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
This commit is contained in:
Joe Bowbeer 2024-11-12 15:55:32 -08:00 committed by GitHub
parent f17b9a4c78
commit 598bbf4833
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.