我发现this article提供了两种增加应用磁盘配额的方法:您可以更改清单和部署,也可以运行cf curl
。但是,有没有办法从Web UI执行此操作?
我要为后代内联curl命令:
$ cf curl /v2/apps
# Find the metadata.guid for the app you want to increase the disk quota of
$ cf curl /v2/apps/[APP-GUID-HERE] -X PUT -d '{"disk_quota":2048}'
答案 0 :(得分:0)
cf push [APP-GUID-HERE] -k 2G
破折号k选项允许您从cf cli。
指定磁盘配额