Skip to content

Commit

Permalink
fix(ci): allocate more memory to fix test_vscode MONGOSH-1892 (#2239)
Browse files Browse the repository at this point in the history
  • Loading branch information
gagik authored Nov 22, 2024
1 parent e8cb08b commit 8bf4c46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion testing/test-vscode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ cd vscode
npm install --force
rm -rf node_modules/@mongosh
(cd node_modules && ln -s "$mongosh_root_dir/packages" @mongosh)
npm test
# This test can require a lot of memory so we bump the maximum size.
NODE_OPTIONS=--max-old-space-size=4096 npm test
cd /tmp
rm -rf "$test_root_dir"

0 comments on commit 8bf4c46

Please sign in to comment.