Changing the instance size of your project is limited to the Pro tier and above, and will result in additional charges. These are calculated according to our usage-based pricing model. Please ensure you review the pricing details before making adjustments.
Example
The example below illustrates how to configure your application to use a medium instance size using :main.rs
Available Instance Sizes
The table below lists the availableinstance_size values, along with the corresponding instance type and minimum required Account Tier:
| Instance Size | Value | vCPU | Memory (GB) | Account Tier | 
|---|---|---|---|---|
| Basic (default) | xs | 0.25 | 0.5 | Community+ | 
| Small | s | 0.5 | 1 | Pro+ | 
| Medium | m | 1 | 2 | Pro+ | 
| Large | l | 2 | 4 | Pro+ | 
| X Large | xl | 4 | 8 | Pro+ | 
| XX Large | xxl | 8 | 16 | Growth+ | 

