Skip to content

Commit

Permalink
expose-gc to node app
Browse files Browse the repository at this point in the history
  • Loading branch information
ignoramous authored Nov 29, 2021
1 parent 1529df1 commit 7ea2f0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/createUploadBlocklistFilter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
- name: Build blocklist filter using node
run: |
mkdir -p "$OUTDIR"
node --max-old-space-size=12288 build.js
# 16384/1024 => 16G RAM
node --max-old-space-size=16384 --expose-gc build.js
env:
OUTDIR: ${{ env.OUTDIR}}
- name: Split td in 20M slices
Expand Down

0 comments on commit 7ea2f0e

Please sign in to comment.