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 6a76ff4 commit dd94792Copy full SHA for dd94792
testing/test-vscode.sh
@@ -7,6 +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
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"
0 commit comments