Skip to content

Commit 01c9c92

Browse files
docs: add build limits section to templates quickstart (#240)
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
1 parent 885e148 commit 01c9c92

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

docs/template/quickstart.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,3 +238,15 @@ sbx = Sandbox(template="template-tag")
238238
<Note>
239239
The template name is the identifier that can be used to create a new Sandbox.
240240
</Note>
241+
242+
## Build limits
243+
244+
Template builds are subject to the following limits:
245+
246+
- **Max build duration**: Builds can run for **up to 1 hour**. If a build exceeds this, it will be terminated.
247+
- **Max vCPUs per build**: 8 on Hobby, 8+ on Pro, custom on Enterprise.
248+
- **Max memory per build**: 8 GB on Hobby, 8+ GB on Pro, custom on Enterprise.
249+
- **Max disk size per build**: 10 GB on Hobby, 20+ GB on Pro, custom on Enterprise.
250+
- **Concurrent builds**: 20 on Hobby and Pro, custom on Enterprise.
251+
252+
See [Billing & limits](/docs/billing#plans) for the full list of plan limits. Need higher limits? Contact [support@e2b.dev](mailto:support@e2b.dev).

0 commit comments

Comments
 (0)