Skip to content

Commit 2465478

Browse files
authored
Update memory limits (#731)
* update limits * tweak
1 parent 8ac65a8 commit 2465478

1 file changed

Lines changed: 12 additions & 11 deletions

File tree

docs/build/limits.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,17 @@ these limits are configurable. See the
1010
[deployment guide](https://openfn.github.io/lightning/deployment.html#limits)
1111
for more details.
1212

13-
| Feature | Description | DPG | Free | Core | Growth | Scale | Unlimited |
14-
| --------------------------- | ------------------------------------------------------------ | ------------ | ------- | ------ | ------- | --------- | --------- |
15-
| Runs | Maximum number of runs allowed per month | Unlimited | 100 | 2,000 | 5,000 | 10,000 | Unlimited |
16-
| Workflow Execution Duration | Maximum time a workflow can run before being killed | Configurable | 60 secs | 5 mins | 20 mins | 30 mins | 30 mins |
17-
| Memory Usage | Maximum memory allowed per workflow attempt | Configurable | 128MB | 256MB | 512GB | 1GB | 1GB |
18-
| Dataclip Size | Maximum size for data clips persisted run states | Configurable | 512KB | 2MB | 10MB | 10MB | 10MB |
19-
| AI Assistant | Maximum AI tokens available | Configurable | 500K | 1.5M | 5M | 10M | 10M |
20-
| Data Collections (Storage) | Maximum storage for data collections | Configurable | 1MB | 5MB | 10MB | 50MB | 50MB |
21-
| Data Collections (Number) | Maximum number of data collections per project | Configurable | 2 | 5 | 10 | Unlimited | Unlimited |
22-
| Concurrency Control | Allowing users to control concurrency limits for the project | Configurable | Yes | Yes | Yes | Yes | Yes |
13+
| Feature | Description | DPG | Free | Core | Growth | Scale | Unlimited |
14+
| --------------------------- | ------------------------------------------------------------------------- | ------------ | ------- | ------ | ------- | --------- | --------- |
15+
| Runs | Maximum number of runs allowed per month | Unlimited | 100 | 2,000 | 5,000 | 10,000 | Unlimited |
16+
| Workflow Execution Duration | Maximum time a workflow can run before being killed | Configurable | 60 secs | 5 mins | 20 mins | 30 mins | 30 mins |
17+
| Memory Usage | Maximum memory allowed per workflow attempt | Configurable | 128MB | 256MB | 512GB | 1GB | 1GB |
18+
| State Size | Maximum size of state objects inside the runtime VM (25% of Memory Usage) | Dynamic | 32mb | 64MB | 128GB | 256GB | 256GB |
19+
| Dataclip Size | Maximum size for data clips persisted from run output | Configurable | 512KB | 2MB | 10MB | 10MB | 10MB |
20+
| AI Assistant | Maximum AI tokens available | Configurable | 500K | 1.5M | 5M | 10M | 10M |
21+
| Data Collections (Storage) | Maximum storage for data collections | Configurable | 1MB | 5MB | 10MB | 50MB | 50MB |
22+
| Data Collections (Number) | Maximum number of data collections per project | Configurable | 2 | 5 | 10 | Unlimited | Unlimited |
23+
| Concurrency Control | Allowing users to control concurrency limits for the project | Configurable | Yes | Yes | Yes | Yes | Yes |
2324

2425
<!--
2526
To add this back in the future
@@ -33,7 +34,7 @@ by following the
3334
[upgrade plan instructions](/documentation/hosted/overview#upgrading-your-subscription).
3435

3536
For custom limits or upgrades in dedicated deployments, contact
36-
enterprise@openfn.org.
37+
enterprise@openfn.org.
3738

3839
:::
3940

0 commit comments

Comments
 (0)