Cf set-space-quota

1 개요[ | ]

cf unset-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
test_quota1   10G                  10G                     100      100                 disallowed           100
ubuntu@zetawiki:~$ cf space development | grep Quota
              Space Quota:
ubuntu@zetawiki:~$ cf set-space-quota zeta test_quota1
Assigning space quota test_quota1 from space zeta as testuser@example.com...
OK
ubuntu@zetawiki:~$ cf space development | grep Quota
              Space Quota:       test_quota1 (10G memory limit, 10G instance memory limit, 100 routes, 100 services, paid services disallowed, 100 app instance limit)

2 같이 보기[ | ]

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