Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何指定我希望我的应用程序在哪个实例上运行?
之后gcloud preview app deploy,会自动为该新版本创建一个新实例。如果我创建一个新实例(一个比自动创建的 CPU 更多的实例),它只会保持空闲状态。
gcloud preview app deploy
在app.yaml:
app.yaml
resources: cpu: 8 memory_gb: 64