Skip to content

Commit

Permalink
- fix: memory in windows ci
Browse files Browse the repository at this point in the history
  • Loading branch information
agallardol committed Nov 10, 2024
1 parent 0dd5938 commit 12fd3a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ jobs:
# Windows Only
CPAL_ASIO_DIR: ${{ github.workspace }}/asiosdk_2.3.3_2019-06-14
LIBCLANG_PATH: C:\Program Files\LLVM\bin
NODE_OPTIONS: "--max_old_space_size=4096"
NODE_OPTIONS: "--max_old_space_size=8192"
- name: Prepare binary files
id: prepare-files
shell: bash
Expand Down

0 comments on commit 12fd3a3

Please sign in to comment.