cf create-space-quota

1 개요[ | ]

cf create-space-quota
ubuntu@zetawiki:~$ cf space-quotas
Getting space quotas as testuser@example.com...
OK

name   total memory limit   instance memory limit   routes   service instances   paid service plans   app instance limit
ubuntu@zetawiki:~$ cf create-space-quota big -i 1024M -m 4096M -r 20 -s 20 --allow-paid-service-plans
Creating space quota big for org development as testuser@example.com...
OK
ubuntu@zetawiki:~$ cf space-quotas
Getting space quotas as testuser@example.com...
OK

name   total memory limit   instance memory limit   routes   service instances   paid service plans   app instance limit
big    4G                   1G                      20       20                  allowed              unlimited
ubuntu@zetawiki:~$ cf space-quota big
Getting space quota big info as testuser@example.com...
OK
                        
total memory limit      4G
instance memory limit   1G
routes                  20
services                20
non basic services      allowed
app instance limit      unlimited

2 같이 보기[ | ]

3 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}