Skip to content

Commit dd94792

Browse files
committed
try higher space size
1 parent 6a76ff4 commit dd94792

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testing/test-vscode.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ npm -v
77
# we pick a target directory that is not affected by the mongosh node_modules directory
88
mongosh_root_dir=$PWD
99
test_root_dir=/tmp/mongosh-vscode-test
10+
export NODE_OPTIONS=--max-old-space-size=2048
1011
export SEGMENT_KEY=GtEn04CBjn39g6A0BxldDf81YGFONOz7 # fresh from /dev/urandom
1112
rm -rf "$test_root_dir" && mkdir -p "$test_root_dir"
1213
cd "$test_root_dir"

0 commit comments

Comments
 (0)