Skip to content

Commit

Permalink
fix: increase max allocatable heap memory to 32GB (#5043)
Browse files Browse the repository at this point in the history
Some customers are running out of heap memory - this PR is doubling the maximum amount allocatable (if the OS has that much).
  • Loading branch information
bastiandoetsch committed Feb 8, 2024
1 parent d5e65e8 commit 41c0c03
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 --options max_old_space_size=16384
PKG := npx pkg ./ --compress Brotli --options max_old_space_size=32768
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 41c0c03

Please sign in to comment.