Manage Space Quota Plan
Let's imagine you need to create multiple Spaces in your Cloud Foundry Organization.
So, in that scenario, first plan your resource quota and create a different custom plan which you can assign to subsequent spaces accordingly.
Create Space Quotas:
You can define different quota plans based on memory, route, service counts,

Memory (MB): Total amount of memory a space can have
(Optional) Routes: Total number of routes
(Optional) Services: Total number of service instances
(Optional) Instance memory: Maximum amount of memory an application instance can have (-1 represents an unlimited amount)
(Optional) App Instances: Total number of application instances
(Optional) Allow paid services: Select if you'd like to allow the provisioning of instances of paid service plans
Steps:




Now you can see out of 4 GB of the total Organization memory quota, we only assign 2 GB to the space.
Last updated