You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/docs/actors/development/builds.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Before the actor can be run, it first needs to be built. The build effectively c
15
15
16
16
Each build is assigned a unique build number of the form **MAJOR\.MINOR\.BUILD** (e.g. **1\.2\.345**), where **MAJOR\.MINOR** corresponds to the actor version number (see [Versioning]({{@link actors/development/source_code.md#versioning}})) and **BUILD** is an automatically-incremented number starting at **1**.
17
17
18
-
By default, the build has a timeout of 300 seconds and consumes 1024 MB of memory from the user's memory limit. See the [Resource limits]({{@link actors/running.md#resource-limits}}) section for more details.
18
+
By default, the build has a timeout of 300 seconds and consumes 2048 MB of memory from the user's memory limit. See the [Resource limits]({{@link actors/running.md#resource-limits}}) section for more details.
0 commit comments