Skip to content

Commit

Permalink
fix: increase memory limit for node (#4921)
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiandoetsch committed Nov 7, 2023
1 parent b202896 commit 4e9e336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#use bash instead of sh
export SHELL=/bin/bash
WORKING_DIR = $(CURDIR)
PKG := npx pkg ./ --compress Brotli
PKG := npx pkg ./ --compress Brotli --options max_old_space_size=8192
PKG_NODE_VERSION := $(shell head -1 .nvmrc | cut -f1 -d '.')
BINARY_WRAPPER_DIR = ts-binary-wrapper
EXTENSIBLE_CLI_DIR = cliv2
Expand Down

0 comments on commit 4e9e336

Please sign in to comment.