Skip to content

Commit bf6cec3

Browse files
authored
feat: Increasing build memory limit to 2 GB (#414)
Merge this once the new limit is deployed to production.
1 parent 47d7279 commit bf6cec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/actors/limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ If needed, the limits shown below can be increased on paid accounts. For details
2222

2323
|Description|Value|
2424
|--- |--- |
25-
|Build memory size|1,024 MB <!-- ACTOR_LIMITS.BUILD_DEFAULT_MEMORY_MBYTES -->|
25+
|Build memory size|2,048 MB <!-- ACTOR_LIMITS.BUILD_DEFAULT_MEMORY_MBYTES -->|
2626
|Run minimum memory|128 MB<!-- ACTOR_LIMITS.MIN_RUN_MEMORY_MBYTES -->|
2727
|Run maximum memory|32,768 MB<!-- ACTOR_LIMITS.MAX_RUN_MEMORY_MBYTES -->|
2828
|Maximum combined memory of all running jobs <br/>(free accounts)|8,192 MB<!-- ACTOR_LIMITS.FREE_ACCOUNT_MAX_MEMORY_MBYTES -->|

0 commit comments

Comments
 (0)