Skip to content

Commit a854e72

Browse files
committed
refactor: limit asset publish mem usage to 256
1 parent 708264a commit a854e72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/assets.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -e -x
66

77
yarn clean
88

9-
NODE_ENV=production node --max-old-space-size-percentage=80 node_modules/.bin/webpack --config ./webpack
9+
NODE_ENV=production node --max_old_space_size=256 node_modules/.bin/webpack --config ./webpack
1010
stylus \
1111
$(find src/client/assets -name '*.styl') \
1212
--compress \

0 commit comments

Comments
 (0)