Skip to content

Commit

Permalink
Set heap size
Browse files Browse the repository at this point in the history
  • Loading branch information
max-leuthaeuser authored Dec 14, 2023
1 parent bfe710d commit 6b50b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"yargs": "^17.7.2"
},
"scripts": {
"postinstall": "pkg . --no-bytecode --no-native-build --public --compress GZip --targets node18-linux-x64,node18-linux-arm64,node18-macos-x64,node18-win-x64,node18-macos-arm64"
"postinstall": "pkg . --options max-old-space-size=8192 --no-bytecode --no-native-build --public --compress GZip --targets node18-linux-x64,node18-linux-arm64,node18-macos-x64,node18-win-x64,node18-macos-arm64"
},
"engines": {
"node": ">=16.0.0"
Expand Down

0 comments on commit 6b50b0a

Please sign in to comment.