Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
build(appveyor): increase node memory to 4096
Browse files Browse the repository at this point in the history
  • Loading branch information
mrfelton committed Jul 31, 2019
1 parent 38b58ae commit 99f67ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ environment:

init:
- ps: Install-Product node $env:nodejs_version x64
- cmd: set NODE_OPTIONS=--max-old-space-size=1024
- cmd: set NODE_OPTIONS=--max-old-space-size=4096

cache:
- node_modules -> package.json
Expand Down

0 comments on commit 99f67ac

Please sign in to comment.