From 074c13fb43fa38da3a5ba9b28794f583cc9d27d9 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Mon, 8 Jun 2026 22:06:32 +0000 Subject: [PATCH] Revert "docs: add build limits section to templates quickstart (#240)" This reverts commit 01c9c9244c5e7e2a9e3e232f54cb3c1a447f51ab. --- docs/template/quickstart.mdx | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/docs/template/quickstart.mdx b/docs/template/quickstart.mdx index 7dcba7df..b5a13079 100644 --- a/docs/template/quickstart.mdx +++ b/docs/template/quickstart.mdx @@ -238,15 +238,3 @@ sbx = Sandbox(template="template-tag") The template name is the identifier that can be used to create a new Sandbox. - -## 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. -- **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).