File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -3541,8 +3541,12 @@ an increase of 1 MiB to semi-space applies to each of the three individual
3541
3541
semi-spaces and causes the heap size to increase by 3 MiB. The throughput
3542
3542
improvement depends on your workload (see [ #42511 ] [ ] ).
3543
3543
3544
- The default value is 16 MiB for 64-bit systems and 8 MiB for 32-bit systems. To
3545
- get the best configuration for your application, you should try different
3544
+ The default value depends on the memory limit. For example, on 64-bit systems
3545
+ with a memory limit of 512 MiB, the max size of a semi-space defaults to 1 MiB.
3546
+ On 64-bit systems with a memory limit of 2 GiB, the max size of a semi-space
3547
+ defaults to 16 MiB.
3548
+
3549
+ To get the best configuration for your application, you should try different
3546
3550
max-semi-space-size values when running benchmarks for your application.
3547
3551
3548
3552
For example, benchmark on a 64-bit systems:
You can’t perform that action at this time.
0 commit comments