Skip to content

Commit

Permalink
fix: add max memory in github action for validation (#630)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryscheng authored Jan 17, 2025
1 parent 133493d commit ea9a2e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/validate/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ runs:
- name: Run validation
shell: bash
run: |
cd oso/ops/external-prs && pnpm tools ossd validate-pr --duckdb-memory-limit 4GB ${{ inputs.pr }} ${{ inputs.sha }} ../../../main ../../../pr
export NODE_OPTIONS="--max_old_space_size=8192"
cd oso/ops/external-prs && pnpm tools ossd validate-pr --duckdb-memory-limit 8GB ${{ inputs.pr }} ${{ inputs.sha }} ../../../main ../../../pr
env:
PR_TOOLS_REPO: ${{ github.repository }}
PR_TOOLS_MAINNET_RPC_URL: ${{ inputs.mainnet_rpc_url }}
Expand Down

0 comments on commit ea9a2e0

Please sign in to comment.