8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our doc 8000 umentation.
There was an error while loading. Please reload this page.
1 parent 0b56365 commit 6a426c6Copy full SHA for 6a426c6
appengine/flexible/hello_world/app.yaml
@@ -9,8 +9,8 @@ runtime_config:
9
# The settings below are to reduce costs during testing and are not appropriate
10
# for production use. For more information, see:
11
# https://cloud.google.com/appengine/docs/flexible/python/configuring-your-app-with-app-yaml
12
-automatic_scaling:
13
- max_num_instances: 1
+manual_scaling:
+ instances: 1
14
resources:
15
cpu: 1
16
memory_gb: 0.5
0 commit comments