Skip to content

Commit 4e9e336

Browse files
fix: increase memory limit for node (#4921)
1 parent b202896 commit 4e9e336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#use bash instead of sh
99
export SHELL=/bin/bash
1010
WORKING_DIR = $(CURDIR)
11-
PKG := npx pkg ./ --compress Brotli
11+
PKG := npx pkg ./ --compress Brotli --options max_old_space_size=8192
1212
PKG_NODE_VERSION := $(shell head -1 .nvmrc | cut -f1 -d '.')
1313
BINARY_WRAPPER_DIR = ts-binary-wrapper
1414
EXTENSIBLE_CLI_DIR = cliv2

0 commit comments

Comments
 (0)