We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ab6546 commit b8e7a12Copy full SHA for b8e7a12
src/content/docs/sandbox/concepts/architecture.mdx
@@ -378,7 +378,7 @@ Every architecture involves trade-offs. Here's what we chose and why:
378
### vs. Traditional VMs
379
380
**Sandbox SDK**:
381
-- ✅ Instant provisioning (<1s)
+- ✅ Instant provisioning (\<1s)
382
- ✅ Global distribution
383
- ✅ Pay-per-use pricing
384
- ❌ Linux-only (no Windows)
src/content/docs/sandbox/concepts/sessions.mdx
@@ -400,7 +400,7 @@ Use separate sandboxes when:
400
401
Sessions are lightweight:
402
403
-- **Creation time**: <1ms (just metadata)
+- **Creation time**: \<1ms (just metadata)
404
- **Memory overhead**: Minimal (environment variables only)
405
- **No container startup**: Uses existing sandbox
406
0 commit comments