LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
LangSmith
  • Client
  • Run Trees
  • Traceable
  • Evaluation
  • Schemas
  • Langchain
  • Jest
  • Vitest
  • Wrappers
  • Anonymizer
  • Traceable
  • Jestlike
  • Vercel
  • Anthropic
  • Sandbox
⌘I

LangChain Assistant

Ask a question to get started

Enter to send•Shift+Enter new line

Menu

LangSmith
ClientRun TreesTraceableEvaluationSchemasLangchainJestVitestWrappersAnonymizerTraceableJestlikeVercelAnthropicSandbox
Language
Theme
JavaScriptlangsmithexperimentalsandboxResourceSpec
Interface●Since v0.6

ResourceSpec

Resource specification for a sandbox.

Copy
interface ResourceSpec

Properties

property
cpu: string

CPU limit (e.g., "500m", "1", "2"). Default: "500m".

property
memory: string

Memory limit (e.g., "256Mi", "1Gi"). Default: "512Mi".

property
storage: string

Ephemeral storage limit (e.g., "1Gi"). Optional.

View source on GitHub