Skip to content

Commit e1e8b1b

Browse files
authored
docs: add FAQ on increasing concurrency limit (#281)
1 parent 6f17b75 commit e1e8b1b

2 files changed

Lines changed: 31 additions & 0 deletions

File tree

docs.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@
250250
{
251251
"group": "FAQ",
252252
"pages": [
253+
"docs/faq/increase-concurrency",
253254
"docs/faq/paused-sandboxes-concurrency",
254255
"docs/faq/template-limit",
255256
"docs/faq/public-templates",

docs/faq/increase-concurrency.mdx

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: "How do I increase my concurrency limit?"
3+
sidebarTitle: Increasing concurrency
4+
---
5+
6+
You can raise your number of [concurrent sandboxes](/docs/billing#plans) by purchasing self-serve concurrency add-ons from the [dashboard billing tab](https://e2b.dev/dashboard?tab=billing).
7+
8+
For higher limits at lower prices, commit to a minimum monthly usage for a year on the [Enterprise plan](/docs/billing#plans) by [contacting sales](mailto:enterprise@e2b.dev).
9+
10+
<AccordionGroup>
11+
<Accordion title="How much concurrency does each add-on add, and what's the self-serve maximum?">
12+
Each add-on adds 500 concurrent sandbox slots. On the Pro tier, you can scale this way up to 1,100 concurrent sandboxes. To go higher, you need an Enterprise plan.
13+
</Accordion>
14+
15+
<Accordion title="What's the per-unit pricing?">
16+
$500/month per add-on (500 slots), charged on top of your usage bill.
17+
</Accordion>
18+
19+
<Accordion title="Does the increase take effect immediately?">
20+
Yes. The higher limit applies as soon as you purchase the add-on, with no provisioning delay.
21+
</Accordion>
22+
23+
<Accordion title="Can I scale the add-ons back down later?">
24+
Yes. Add-ons are billed monthly and are non-refundable, but you can remove one to stop future charges, so you are not locked in beyond the current billing period.
25+
</Accordion>
26+
27+
<Accordion title="How is a mid-cycle purchase billed?">
28+
The dashboard shows the exact amount you will be charged before you confirm the purchase.
29+
</Accordion>
30+
</AccordionGroup>

0 commit comments

Comments
 (0)