From 62cc639cfdf55b15a5b2affa2952552364f0ef8f Mon Sep 17 00:00:00 2001 From: Michael Jackson Date: Sat, 3 Aug 2019 18:11:48 -0700 Subject: [PATCH] More app engine tweaks --- app.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.yaml b/app.yaml index d52e19c..26644cc 100644 --- a/app.yaml +++ b/app.yaml @@ -2,9 +2,9 @@ runtime: nodejs10 env: standard instance_class: F4 automatic_scaling: - max_idle_instances: 2 + max_idle_instances: 1 max_concurrent_requests: 40 target_cpu_utilization: 0.8 - max_instances: 14 + max_instances: 12 env_variables: NODE_ENV: 'production'