Currently `cgroup2` systemd implementation does not set `CPUQuotaPeriodUSec` property. Similar support was added into runc's cgroup implementation: * https://github.com/opencontainers/runc/issues/2465 * https://github.com/opencontainers/runc/pull/2466 Shall we replicate the same logic in this package?