batchSize

How many finalizers will be processed inside a single autoreleasepool.

Setting this value too high makes it more likely that maxTimeInTask will not be respected. Setting this value too low makes each single finalizer take more time and so fewer finalizers will be processed in one task.

Default: 100

Since Kotlin

1.9

Throws

when value is 0.