Skip to content

Commit

Permalink
[TEST] Print heap size limit
Browse files Browse the repository at this point in the history
  • Loading branch information
fluiddot committed Jan 25, 2024
1 parent 21a4b4f commit a1bc23e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a1bc23e

Please sign in to comment.