Skip to content

Commit

Permalink
try higher space size
Browse files Browse the repository at this point in the history
  • Loading branch information
gagik committed Oct 31, 2024
1 parent 6a76ff4 commit dd94792
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testing/test-vscode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ npm -v
# we pick a target directory that is not affected by the mongosh node_modules directory
mongosh_root_dir=$PWD
test_root_dir=/tmp/mongosh-vscode-test
export NODE_OPTIONS=--max-old-space-size=2048
export SEGMENT_KEY=GtEn04CBjn39g6A0BxldDf81YGFONOz7 # fresh from /dev/urandom
rm -rf "$test_root_dir" && mkdir -p "$test_root_dir"
cd "$test_root_dir"
Expand Down

0 comments on commit dd94792

Please sign in to comment.