A Cloud Foundry operator can limit the resources at the Org or the Space level. These limits are defined by quotas, and the operator can allocate the max memory, instance memory, routes, service instances, application instances, and route ports. Once these quotas are defined and assigned at the Org or the Space level, then any applications that are pushed into this Org or Space will be limited by these quotas.
Let's assume the operator defines a quota for our Org cloudfoundry-for-developers, in which he limits the number of application instances to 5:
Figure 1: Listing the space quotas for the targeted space
Let's also assume that in the development space we already have the 5 applications running:
Figure 2: Listing all the running applications in the targeted space
Given the preceding circumstances,...