Skip to content

Instantly share code, notes, and snippets.

@y13i
Last active June 1, 2017 19:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save y13i/40b930fdc35d8fe5bc1d92dce3b31bc3 to your computer and use it in GitHub Desktop.
Save y13i/40b930fdc35d8fe5bc1d92dce3b31bc3 to your computer and use it in GitHub Desktop.
Google App Engine を安く Node.js で使う ref: http://qiita.com/y13i/items/ffc723d7ceb018eaedf8
runtime: nodejs
vm: true
skip_files:
- ^(.*/)?.*/node_modules/.*$
threadsafe: true
automatic_scaling:
min_num_instances: 1
max_num_instances: 2
cool_down_period_sec: 60
cpu_utilization:
target_utilization: .7
resources:
cpu: .2
memory_gb: .15
ERROR: (gcloud.preview.app.deploy) Error Response: [400] VM-based automatic scaling should NOT have the following parameter(s): [min_pending_latency, max_idle_instances]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment