Skip to content

dax: standardize declaw resources via node-large template#197

Merged
HeyGarrison merged 1 commit into
computesdk:fix/dax-standardize-resourcesfrom
shivam-declaw:declaw-node-large-for-dax
Jul 18, 2026
Merged

dax: standardize declaw resources via node-large template#197
HeyGarrison merged 1 commit into
computesdk:fix/dax-standardize-resourcesfrom
shivam-declaw:declaw-node-large-for-dax

Conversation

@shivam-declaw

Copy link
Copy Markdown

Builds on #196 — adds declaw to DAX_RESOURCE_OPTIONS so it targets the same 8 vCPU / 16 GiB profile the other providers are standardized to.

declaw selects resource sizing by template rather than by per-field cpu/memory options, so the standardized profile is expressed as a template id. node-large provisions 8 vCPU / 16 GiB RAM with an 8 GiB disk overlay. The @computesdk/declaw adapter forwards templateId straight through to sandbox creation, so the single map entry is all that's needed:

declaw: { templateId: 'node-large' },

This is targeted at the fix/dax-standardize-resources branch so it folds into #196 as one change rather than a competing one. Happy to retarget to main if you'd rather land them separately.

@open-cla

open-cla Bot commented Jul 18, 2026

Copy link
Copy Markdown

Contributor License Agreement

All contributors are covered by a CLA.

@shivam-declaw

Copy link
Copy Markdown
Author

Hi @HeyGarrison — this is a one-line follow-on to #196: it adds declaw to DAX_RESOURCE_OPTIONS targeting the same 8 vCPU / 16 GiB profile as the other providers, via the node-large template.

I based it on your fix/dax-standardize-resources branch and pointed the PR there so it folds into #196 as a single change rather than a competing one. Would you be able to review and merge it when you get a chance? Happy to retarget to main instead if you'd prefer to land them separately.

Thanks!

Adds declaw to DAX_RESOURCE_OPTIONS so it targets the same 8 vCPU / 16 GiB profile as the other providers in the map. The node-large template provisions 8 vCPU / 16 GiB RAM with an 8 GiB disk overlay.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@shivam-declaw
shivam-declaw force-pushed the declaw-node-large-for-dax branch from e89c89b to d2e6f83 Compare July 18, 2026 02:14
@HeyGarrison
HeyGarrison merged commit f0efe46 into computesdk:fix/dax-standardize-resources Jul 18, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants