Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6a426c6

Browse filesBrowse files
devlanceJon Wayne Parrott
authored andcommitted
Consistency with other quickstarts (GoogleCloudPlatform#1229)
For consistency with the other quickstarts, adjust this one to use manual scaling as well.
1 parent 0b56365 commit 6a426c6
Copy full SHA for 6a426c6

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎appengine/flexible/hello_world/app.yaml

Copy file name to clipboardExpand all lines: appengine/flexible/hello_world/app.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ runtime_config:
99
# The settings below are to reduce costs during testing and are not appropriate
1010
# for production use. For more information, see:
1111
# https://cloud.google.com/appengine/docs/flexible/python/configuring-your-app-with-app-yaml
12-
automatic_scaling:
13-
max_num_instances: 1
12+
manual_scaling:
13+
instances: 1
1414
resources:
1515
cpu: 1
1616
memory_gb: 0.5

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.