Skip to content

Commit 50860d7

Browse files
authored
Increase v8 heap size to 4GB for health metric tests. (#4908)
1 parent a617e21 commit 50860d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/health-metrics-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ env:
66
METRICS_SERVICE_URL: ${{ secrets.METRICS_SERVICE_URL }}
77
GITHUB_PULL_REQUEST_NUMBER: ${{ github.event.pull_request.number }}
88
GITHUB_PULL_REQUEST_BASE_SHA: ${{ github.event.pull_request.base.sha }}
9+
NODE_OPTIONS: "--max-old-space-size=4096"
910

1011
jobs:
1112
binary-size:

0 commit comments

Comments
 (0)