将Python示例部署到Bluemix时,如何查找内存需求? [英] How do I find out memory requirement when deploy Python sample to Bluemix?

查看:58
本文介绍了将Python示例部署到Bluemix时,如何查找内存需求?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在遵循将示例python应用程序部署到bluemix的示例 BLUEMIX-PYTHON-FLASK-SAMPLE

I am following the example to deploy sample python application to bluemix BLUEMIX-PYTHON-FLASK-SAMPLE

成功创建项目成功克隆存储库成功配置管道部署到BLUEMIX失败.

Created project successfully Cloned repository successfully Configured pipeline successfully Deploy to BLUEMIX failed.

我检查了部署日志中的错误,似乎抱怨超出内存限制,服务器错误,状态代码:400,错误代码100005 .

I checked the error in deployment log, seem to complain about memory limit exceeded, Server error, status code:400, error code 100005.

如何在示例应用程序中添加语句以输出内存需求,以便我知道需要多少内存?

How do I add the statement in the sample app to output the memory requirement so that I will know how much it is needed?

在此先感谢您的帮助.

推荐答案

您可能已经超出了Bluemix帐户的最大应用程序限制.

You probably have exceeded the max app limit on your Bluemix account.

登录到您的Bluemix帐户,并检查是否已使用所有应用程序内存限制.如果已达到极限,则可能需要根据需要的内存空间来删除​​一个或多个不使用的应用程序.

Login to your Bluemix account and check if all the app memory limit is utilized. If you have reached your limit then you might have to remove one or more of the apps which you are not using based on how much memory space is needed.

在python-flask-sample示例指南中被提及.

in the python-flask-sample example guide, it is mentioned.

cf推送您的应用名称-m 128M

您还可以通过运行以下命令来降低应用程序的内存.

You can also lower the memory for your app by running the following.

cf扩展您的应用名称-m 128M

因此在Bluemix上进行部署时,将为该应用程序分配128 M,因此理想情况下释放128 M应该足以消除您看到的错误.可以根据需要更改此内存限制.

So 128 M will be allocated to this app while deploying on Bluemix, so ideally freeing 128 M should be good enough to get rid of the error you are seeing. This memory limit can be changed as needed.

此外,此限制仅在免费试用阶段.输入信用卡后,没有限制.

Additionally, this limit is only during the free trial phase. Once you enter your credit card there is no limit.

这篇关于将Python示例部署到Bluemix时,如何查找内存需求?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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