Skip to content

Commit 0e65b2d

Browse files
authored
Merge pull request #297 from codesandbox/draft/dreamy-shaw
adding specs restrictions to docs and testing deployment
2 parents da0b6e8 + 5e0dc00 commit 0e65b2d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/projects-docs/pages/sdk/specs.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ import { Callout } from 'nextra-theme-docs'
1010
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,
1111
without reboot. This is useful if you want to scale up or down your sandbox dynamically based on workload needs.
1212

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+
1317
## Specifying VM Specs when starting your Sandbox
1418

1519
You can start a sandbox with a specific VM tier by passing the `vmTier` option to the `sandbox.create` method:

0 commit comments

Comments
 (0)