Skip to content

Commit

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

Please sign in to comment.