startupCpuBoost property

bool? startupCpuBoost
getter/setter pair

Determines whether CPU should be boosted on startup of a new container instance above the requested CPU threshold, this can help reduce cold-start latency.

Implementation

core.bool? startupCpuBoost;