Skip to content

Commit 87f5e97

Browse files
authored
Increase default RAM for sandbox creation to 1280 MB (#2813)
1 parent 5e47c0d commit 87f5e97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sandboxes/create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ await using sandbox = await Sandbox.create();
1515
```
1616

1717
By default, this creates an ephemeral sandbox in the closest Deploy region with
18-
768 MB of RAM, no outbound network access, and a lifetime bound to the current
18+
1280 MB of RAM, no outbound network access, and a lifetime bound to the current
1919
process. You can tailor the sandbox by passing an options object.
2020

2121
## Available options

0 commit comments

Comments
 (0)