Skip to content

Commit 6b50b0a

Browse files
Set heap size
1 parent bfe710d commit 6b50b0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"yargs": "^17.7.2"
2020
},
2121
"scripts": {
22-
"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"
22+
"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"
2323
},
2424
"engines": {
2525
"node": ">=16.0.0"

0 commit comments

Comments
 (0)