Quotas
By default, a Unikraft Cloud account comes with certain quotas. You can view the quotas that apply to your account by using the quotas subcommand:
In this case:
- You can create up to 16 instances (2 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 services (i.e., DNS names like yourdomain.com) and publish in total 253 ports. So if every service you create publishes 2 ports you can create only 126 services.
- 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-zero is enabled by default for all accounts.
- Autoscale is disabled by default (max size 1 forbids scale out).