Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/security / / DEFAULT_MEMORY_LIMITS_MB

Variable: DEFAULT_MEMORY_LIMITS_MB

ts
const DEFAULT_MEMORY_LIMITS_MB: Readonly<Record<SandboxKind, number>>;

Defined in: packages/security/src/sandbox/sandbox.ts:113

Default per-tier memory limits (MB). The defaults follow the canonical sandbox tier table — worker-threads 256 MB; mandatory untrusted-skill tier 128 MB; isolated-vm 128 MB.

Stable