I'm deploying an app to google app engine (flexible environment). My app.yaml file doesn't specify cpu, memory, or disk space currently. I assume it's using some default.
I want to know what the default settings are, but I can't find this information anywhere. Claude says I should be able to use gcloud app instances describe INSTANCE --service=SERVICE, -s SERVICE --version=VERSION
, but it doesn't display the resource allocation. Here's what it gives me:
Claude and Gemini both say I should be able to see the information in the GUI, but I don't see it there either. All I see is memory usage:
Any idea how I can get the resource allocation for a running instance?
Default settings are documented here (Resource Settings section of the app.yaml
documentation).
Note: I linked to Python. You can switch the tab to the the programming language that you've used