41

Is there a limit to the number of apps I can host with a single Heroku account?

I currently run multiple apps each using 1 dyno for free. But could I host hundreds (or even thousands) of small applications for free?

I also know there is a 2TB bandwidth soft limit, but is there any other limitation I could encounter?

4

5 回答 5

36

A clear answer surfaced in the Heroku July 2013 newsletter about platform limits. The maximum number of apps per account is 100.

Reference: https://devcenter.heroku.com/articles/limits#maximum-number-of-apps

于 2013-07-03T19:36:13.917 回答
17

目前您可以创建的应用程序数量没有限制,但请参阅Heroku 服务条款第 4.4 条。

You may not develop multiple Applications to simulate or act as a single
Application or otherwise access the Heroku Services in a manner intended
to avoid incurring fees.
于 2013-02-19T23:18:23.307 回答
13

如果您有未验证的帐户,则应用程序的最大数量仅为 5 个,已验证的帐户数量为 100。

于 2013-11-22T09:39:11.893 回答
3

未经验证的帐户最多可以创建 5 个应用程序。经过验证的帐户可以创建不超过 200 个应用程序。

来源:https ://devcenter.heroku.com/articles/limits#maximum-number-of-applications

PS:要验证您的帐户,您需要提供付款方式(信用卡/借记卡/预付卡)。

于 2019-02-07T08:58:10.653 回答
0

已验证帐户最多可以创建 100 个应用程序,而未验证帐户最多只能创建 5 个应用程序。要获得验证,您必须在帐户设置部分添加您的信用卡详细信息。或者,您也可以使用团队帐户。

来源:https ://devcenter.heroku.com/articles/limits

于 2021-09-25T00:54:01.330 回答