Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions docs/template/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -238,3 +238,15 @@
<Note>
The template name is the identifier that can be used to create a new Sandbox.
</Note>

## Build limits

Template builds are subject to the following limits:

- **Max build duration**: Builds can run for **up to 1 hour**. If a build exceeds this, it will be terminated.
- **Max vCPUs per build**: 8 on Hobby, 8+ on Pro, custom on Enterprise.

Check warning on line 247 in docs/template/quickstart.mdx

View check run for this annotation

Mintlify / Mintlify Validation (e2b) - vale-spellcheck

docs/template/quickstart.mdx#L247

Did you really mean 'vCPUs'?
- **Max memory per build**: 8 GB on Hobby, 8+ GB on Pro, custom on Enterprise.
- **Max disk size per build**: 10 GB on Hobby, 20+ GB on Pro, custom on Enterprise.
- **Concurrent builds**: 20 on Hobby and Pro, custom on Enterprise.

See [Billing & limits](/docs/billing#plans) for the full list of plan limits. Need higher limits? Contact [support@e2b.dev](mailto:support@e2b.dev).