Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
scottsand-db committed Jan 26, 2024
1 parent 13739bf commit 16655b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run-tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ def run_sbt_tests(root_dir, test_group, coverage, scala_version=None):
# https://docs.oracle.com/javase/7/docs/technotes/guides/vm/G1.html
# a GC that is optimized for larger multiprocessor machines with large memory
cmd += ["-J-XX:+UseG1GC"]
# 4x the default heap size (set in delta/built.sbt)
cmd += ["-J-Xmx4G"]
# 6x the default heap size (set in delta/built.sbt)
cmd += ["-J-Xmx6G"]
run_cmd(cmd, stream_output=True)

def run_python_tests(root_dir):
Expand Down

0 comments on commit 16655b3

Please sign in to comment.