Skip to content

Commit

Permalink
Heap size problem and investigation. (#822)
Browse files Browse the repository at this point in the history
* Double heap size
  • Loading branch information
Jym77 authored Jun 2, 2021
1 parent a087aa5 commit da6a10f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
name: Build
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
os: [ ubuntu-latest, windows-latest ]
node: [12, 14]
runs-on: ${{ matrix.os }}
env:
NODE_OPTIONS: "--max-old-space-size=2048"
NODE_OPTIONS: "--max-old-space-size=4096"
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
Expand Down

0 comments on commit da6a10f

Please sign in to comment.