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