diff --git a/src/sandbox/dax.ts b/src/sandbox/dax.ts index f1a0c6d1..2f205471 100644 --- a/src/sandbox/dax.ts +++ b/src/sandbox/dax.ts @@ -29,6 +29,7 @@ const DAX_RESOURCE_OPTIONS: Record> = { beam: { cpu: 8, memory: 16384 }, // cpu = cores, memory = MiB codesandbox: { vmTier: VMTier.Small }, // Small = 8 CPU, 16 GiB northflank: { deploymentPlan: process.env.NORTHFLANK_DEPLOYMENT_PLAN || 'nf-compute-50' }, // resolved by scripts/find-northflank-plan.ts + declaw: { templateId: 'node-large' }, // node-large template: 8 vCPU / 16 GiB RAM / 8 GiB disk }; function getSandboxOptionsWithResources(providerName: string, baseOptions?: Record): Record {