From 4e9e336a7a002834ca5ca80c8ba8106d59b869a6 Mon Sep 17 00:00:00 2001 From: Bastian Doetsch Date: Tue, 7 Nov 2023 11:06:56 +0100 Subject: [PATCH] fix: increase memory limit for node (#4921) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b066632b77..eacfc82055 100644 --- a/Makefile +++ b/Makefile @@ -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