Google App Engine高成本 [英] Google App Engine High Costs

查看:77
本文介绍了Google App Engine高成本的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我最近问了一个问题:部署到google app引擎失败

I recently asked a question: Deploying to google app engine failed

我已经部署了我的应用程序,但是,这个项目的费用很大. (使用第三方DB mLab的wiki.js).

I got my app deployed, however, we are incurring a large sum for this project. (wiki.js using third-party DB mLab).

我想知道这是否与我放入app.yaml中的配置有关,即内存扩展和资源

I'm wondering if it has to do with the config I put in app.yaml, namely, the memory expansion and resources

这就是Google支持人员所说的:要添加:

This is what the google support person said: to add:

resources:
     cpu: 2
     memory_gb: 4.0
     disk_size_gb: 20

health_check:
        enable_health_check: False

我的app.yaml(通过Google控制台)是:

My app.yaml (from google console) is:

runtime: nodejs
api_version: '1.0'
env: flexible
threadsafe: true
automatic_scaling:
  min_num_instances: 2
  max_num_instances: 20
  cpu_utilization:
    target_utilization: 0.5
resources:
  cpu: 2
  memory_gb: 4
  disk_size_gb: 20
health_check:
  enable_health_check: false

推荐答案

Google Cloud支持人员再次来到这里!

Google Cloud Support person here again!

找到前往Google Cloud Platform Console home-> Billing-> View detailed charges或遵循

Find a detailed description of costs going to Google Cloud Platform Console home --> Billing --> View detailed charges or following this guide. Update the post with the expensive fields without sharing private data, please, so I can understand what is going on.

此处找到有关配额的一般信息.

Find general information about quotas here.

P.S .:我找到了一些解决方案,我建议您尝试一下,因为它们对我不起作用.

P.S.: I found a couple of solutions and I suggested you to TRY them since they weren't working for me.

这篇关于Google App Engine高成本的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆