0

How can I specify on which instance I want my app to run ?

After gcloud preview app deploy, a new instance is automatically created for that new version. If I create a new instance (one with more CPU than those created automatically) it just stays idle.

lipsumar
  • 944
  • 8
  • 22

1 Answers1

0

in app.yaml:

resources:
  cpu: 8
  memory_gb: 64
lipsumar
  • 944
  • 8
  • 22