Container Limit
Noun · Development
Definitions
A configured cap on resources such as CPU, memory, file descriptors, or process count that a container may use. Container limits protect neighboring workloads, but incorrect settings can cause throttling, out-of-memory kills, or underutilization of available capacity.
In plain English: A resource cap placed on a container.
Example: "The service kept restarting under load because the memory container limit was lower than the real working set after a new caching feature shipped."