cpuCfsQuotaPeriod property

String? cpuCfsQuotaPeriod
getter/setter pair

Set the CPU CFS quota period value 'cpu.cfs_period_us'.

The string must be a sequence of decimal numbers, each with optional fraction and a unit suffix, such as "300ms". Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h". The value must be a positive duration.

Implementation

core.String? cpuCfsQuotaPeriod;