From a1bc23ef70bd10097b10a3084b6fc2f09c8e4f1c Mon Sep 17 00:00:00 2001 From: Carlos Garcia Date: Thu, 25 Jan 2024 22:34:46 +0100 Subject: [PATCH] [TEST] Print heap size limit --- .buildkite/pipeline.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 62c8f10c23..1fcaa666b7 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -110,6 +110,8 @@ steps: env: NODE_OPTIONS: "--max-old-space-size=4096" command: | + node -e 'console.log("Heap size limit:",v8.getHeapStatistics().heap_size_limit/(1024*1024))' + echo "--- :npm: Install Node dependencies" npm ci --unsafe-perm --prefer-offline --no-audit --no-progress