Skip to content

Quotas

By default, a KraftCloud account comes with certain quotas. If you need to increase them, please reach out via Discord or at [email protected].

You can view the quotas that apply to your account by using the kraft cloud quotas command. Here is a sample output:

LIVE INSTANCES TOTAL INSTANCES LIVE MEMORY SERVICE GROUPS SERVICES TOTAL VOLUME SIZE VOLUMES
5/253 5/16 640 MiB/4.0 GiB 5/253 10/253 0 B/1.0 GiB 0/253

You can also use the above in case you get a Quota exhausted message, so you can better understand which limit you’ve hit.

Additional limits are shown with kraft cloud quotas --limits:

MEMORY SIZE (MIN|MAX) VOLUME SIZE (MIN|MAX) AUTOSCALE SIZE (MIN|MAX)
16 MiB|2.0 GiB 1.0 MiB|1.0 GiB 0|1

In this case:

  • You can create up to 16 instances (5 are already running).
  • You are theoretically allowed to have 253 instances running at the same time, which is one for every IP in your private network, but since you can only create 16, you cannot fully use this.
  • You can create 253 service groups (i.e., DNS names like yourdomain.com) and publish in total 253 ports. So if every service group you create publishes 2 ports you can create only 126 service groups.
  • You can create instances that have between 16MB and 2GB of RAM.
  • The total memory assigned to all your running instances cannot exceed 4GB.
  • You can create volumes that are between 1MB and 1GB in size.
  • You can create 253 volumes that can take up to 1GB of total disk space.
  • Scale to 0 is enabled by default for all accounts (though you have to turn it on for each app, see this guide).
  • Autoscale is disabled by default (max size 1 forbids scale out).

NOTE: Please contact us via Discord or at [email protected] if you would like autoscale enabled, or to increase any of your quota limits.