We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e47c0d commit 87f5e97Copy full SHA for 87f5e97
sandboxes/create.md
@@ -15,7 +15,7 @@ await using sandbox = await Sandbox.create();
15
```
16
17
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
+1280 MB of RAM, no outbound network access, and a lifetime bound to the current
19
process. You can tailor the sandbox by passing an options object.
20
21
## Available options
0 commit comments