[K/N] Adjust values for the initial and minimum heap sizes ^KT-61092

This commit is contained in:
Alexander Shabalin
2023-08-09 15:41:24 +02:00
committed by Space Team
parent 5ee50f50b5
commit efa59eb589
2 changed files with 10 additions and 4 deletions
@@ -201,7 +201,7 @@ public object GC {
* Note, that if after a collection heapBytes > [targetHeapBytes] (which may happen if [autotune] is false,
* or [maxHeapBytes] is set too low), the next collection will be triggered almost immediately.
*
* Default: 1 MiB
* Default: 100 MiB (10 MiB on watchOS)
*
* Unused in legacy MM.
*
@@ -235,7 +235,7 @@ public object GC {
* The minimum value for [targetHeapBytes]
* Only used if [autotune] is true. See [targetHeapBytes] for more details.
*
* Default: 1 MiB
* Default: 5 MiB
*
* Unused in legacy MM.
*