ClickHouse Keeper now respects cgroup CPU limits, ensuring its CPU usage adheres to container or system-imposed resource constraints.
Why it matters
This feature addresses the issue of ClickHouse Keeper potentially exceeding CPU allocations when running inside cgroups (such as Docker containers). By respecting the cgroup CPU limits, Keeper can operate within predefined resource boundaries, improving stability and resource management in containerized and controlled environments.How to use it
No explicit user action is required to enable this feature. When ClickHouse Keeper runs in an environment with cgroup CPU limits configured, it will automatically respect those limits.