You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add resource limits, disk size, and vCPU/memory to billing plans table
- Add max vCPUs, max memory, and disk size rows
- Move disk size above max session length, add tooltip to max session length
- Update sandbox operations rate limit to 60,000/60s
- Add redirect for removed rate-limits page
|**Max vCPUs**| 8 | <Tooltiptip="Contact support@e2b.dev if you need more vCPUs.">8+</Tooltip> | Custom |
18
+
|**Max memory**| 8 GB | <Tooltiptip="Contact support@e2b.dev if you need more memory.">8+ GB</Tooltip> | Custom |
19
+
|**Disk size**| 10 GB | <Tooltiptip="Contact support@e2b.dev if you need more disk space.">20+ GB</Tooltip> | Custom |
20
+
|**<Tooltiptip="Time a sandbox can run without being paused.">Max session length</Tooltip>**| 1 hour | 24 hours | Custom |
18
21
|**<Tooltiptip="Number of sandboxes running at the same time.">Concurrent sandboxes</Tooltip>**| 20 | <Tooltiptip="Includes 100 concurrent sandboxes. Higher concurrency up to 1,100 is available as an add-on for $500/month.">100 - 1,100</Tooltip> | 1,100+ |
19
22
|**<Tooltiptip="Number of template builds running at the same time.">Concurrent builds</Tooltip>**| 20 | 20 | Custom |
20
23
|**<Tooltiptip="Applies to lifecycle and management operations such as sandbox create, kill, update, and list.">Sandbox API rate limit</Tooltip>**| 20,000 / 30s | 20,000 / 30s | Custom |
21
-
|**<Tooltiptip="Applies to operations within running sandboxes such as running code, listing files, and running commands. Enforced per IP address.">Sandbox operations rate limit</Tooltip>**|40,000 / 60s |40,000 / 60s | Custom |
24
+
|**<Tooltiptip="Applies to operations within running sandboxes such as running code, listing files, and running commands. Enforced per IP address.">Sandbox operations rate limit</Tooltip>**|60,000 / 60s |60,000 / 60s | Custom |
22
25
|**<Tooltiptip="How quickly you can create new sandboxes.">Sandbox creation rate</Tooltip>**| 1 / sec | 5 / sec | Custom |
23
26
|**<Tooltiptip="Maximum outbound network connections from a single sandbox.">Egress connections</Tooltip>**| 2,500 | 2,500 | Custom |
0 commit comments