oldCapacity
oldCapacity is a conventional label used to denote the previous capacity level of a resource before a change such as scaling, upgrade, or reconfiguration. It is typically a numeric value representing units of capacity—such as the number of running instances, maximum concurrent requests, or allocated storage—that is stored alongside a corresponding newCapacity value.
In software and cloud contexts, oldCapacity often appears in automation scripts, deployment pipelines, and capacity-planning documents.
Examples of usage include autoscaling policies that record the previous replica count as oldCapacity before increasing
Best practices for using oldCapacity include validating that the value reflects the actual previous state, avoiding
See also: capacity planning, autoscaling, capacity unit, delta.