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 e8cb08b commit 8bf4c46Copy full SHA for 8bf4c46
testing/test-vscode.sh
@@ -15,6 +15,7 @@ cd vscode
15
npm install --force
16
rm -rf node_modules/@mongosh
17
(cd node_modules && ln -s "$mongosh_root_dir/packages" @mongosh)
18
-npm test
+# This test can require a lot of memory so we bump the maximum size.
19
+NODE_OPTIONS=--max-old-space-size=4096 npm test
20
cd /tmp
21
rm -rf "$test_root_dir"
0 commit comments