We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acd2ed5 commit 4a456abCopy full SHA for 4a456ab
build.sh
@@ -12,6 +12,9 @@ cd results-analysis-cache.git/
12
git fetch --all --tags
13
cd ../
14
15
+# Scoring scripts may require more memory than the default.
16
+export NODE_OPTIONS="--max-old-space-size=8192"
17
+
18
TO_DATE=$(date -d "tomorrow 13:00" '+%Y-%m-%d')
19
20
node git-write.js --max-time=300 --max-age-days=5
@@ -25,7 +28,7 @@ update_bsf_csv() {
25
28
EXPERIMENTAL_FLAG="--experimental"
26
29
fi
27
30
- node --max-old-space-size=8192 browser-specific-failures.js \
31
+ node browser-specific-failures.js \
32
${EXPERIMENTAL_FLAG} --from=${FROM_DATE} --to=${TO_DATE} \
33
--output=${OUTPUT}
34
}
0 commit comments