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: packages/projects-docs/pages/sdk/specs.mdx
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,10 @@ import { Callout } from 'nextra-theme-docs'
10
10
Whenever you start a sandbox, you can specify which VM specs to use. This allows you to customize the VM to your needs. We also allow you to change the VM specs of a running sandbox on the fly,
11
11
without reboot. This is useful if you want to scale up or down your sandbox dynamically based on workload needs.
12
12
13
+
<Callout>
14
+
SDK Sandbox VMTier parameters can be used to create/update environments up to **Small (8 Cores/16GB RAM) specs**. If higher tiers are specified only the core count will increase unless you create a custom snapshot using the CLI.
15
+
</Callout>
16
+
13
17
## Specifying VM Specs when starting your Sandbox
14
18
15
19
You can start a sandbox with a specific VM tier by passing the `vmTier` option to the `sandbox.create` method:
0 commit comments