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 dd94792 commit 6589a2bCopy full SHA for 6589a2b
testing/test-vscode.sh
@@ -7,7 +7,7 @@ npm -v
7
# we pick a target directory that is not affected by the mongosh node_modules directory
8
mongosh_root_dir=$PWD
9
test_root_dir=/tmp/mongosh-vscode-test
10
-export NODE_OPTIONS=--max-old-space-size=2048
+export NODE_OPTIONS=--max-old-space-size=4096
11
export SEGMENT_KEY=GtEn04CBjn39g6A0BxldDf81YGFONOz7 # fresh from /dev/urandom
12
rm -rf "$test_root_dir" && mkdir -p "$test_root_dir"
13
cd "$test_root_dir"
@@ -16,6 +16,6 @@ cd vscode
16
npm install --force
17
rm -rf node_modules/@mongosh
18
(cd node_modules && ln -s "$mongosh_root_dir/packages" @mongosh)
19
-npm test
+NODE_OPTIONS=--max-old-space-size=4096 npm test
20
cd /tmp
21
rm -rf "$test_root_dir"
0 commit comments