We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e93a99d commit 3f2435bCopy full SHA for 3f2435b
2 files changed
.evergreen/config.in.yml
@@ -119,6 +119,7 @@ functions:
119
params:
120
env:
121
TEST_CSFLE: "true"
122
+ NODE_OPTIONS: "--max-old-space-size=64"
123
add_expansions_to_env: true
124
working_dir: "src"
125
timeout_secs: 300
.evergreen/config.yml
@@ -93,6 +93,7 @@ functions:
93
94
95
TEST_CSFLE: 'true'
96
+ NODE_OPTIONS: '--max-old-space-size=64'
97
98
working_dir: src
99
0 commit comments