Platform engineering · analysis
We tested the same app with and without a CPU limit. Same code, same CPU request, same load. The only difference was the limit. Here is what we measured — and how to check it on your own cluster.
- Remove CPU limits. They freeze your apps many times per second, even when the node has free CPU.
- Keep CPU requests. Requests are the real protection. They guarantee every app its share.