encodingIsolatePoolSize top-level property
Implementation
final int encodingIsolatePoolSize = math.max(
kMinIsolatePoolSize,
math.min(
Platform.numberOfProcessors ~/ kNumberOfProcessorsFactor,
kMaxIsolatePoolSize,
),
);
final int encodingIsolatePoolSize = math.max(
kMinIsolatePoolSize,
math.min(
Platform.numberOfProcessors ~/ kNumberOfProcessorsFactor,
kMaxIsolatePoolSize,
),
);