Skip to content

Commit

Permalink
Explicitly set max memory limit
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig committed Nov 27, 2023
1 parent b8176f2 commit 965f89e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/arm64-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- run: |
yarn global add caxa
yarn install --frozen-lockfile --force && yarn build
npx caxa --input . --output "lodestar" -- "{{caxa}}/node_modules/.bin/node" "{{caxa}}/node_modules/.bin/lodestar"
npx caxa --input . --output "lodestar" -- "{{caxa}}/node_modules/.bin/node" "--max-old-space-size=4096" "{{caxa}}/node_modules/.bin/lodestar"
- uses: actions/upload-artifact@v3
with:
name: lodestar-next-linux-arm64
Expand Down

0 comments on commit 965f89e

Please sign in to comment.