Skip to content

Commit 3f2435b

Browse files
committed
limit old-space-size
1 parent e93a99d commit 3f2435b

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.evergreen/config.in.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ functions:
119119
params:
120120
env:
121121
TEST_CSFLE: "true"
122+
NODE_OPTIONS: "--max-old-space-size=64"
122123
add_expansions_to_env: true
123124
working_dir: "src"
124125
timeout_secs: 300

.evergreen/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ functions:
9393
params:
9494
env:
9595
TEST_CSFLE: 'true'
96+
NODE_OPTIONS: '--max-old-space-size=64'
9697
add_expansions_to_env: true
9798
working_dir: src
9899
timeout_secs: 300

0 commit comments

Comments
 (0)