Skip to content

Commit e1ce6dc

Browse files
committed
test tweak heap size
1 parent b9c1802 commit e1ce6dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-tests.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def run_sbt_tests(root_dir, test_group, coverage, scala_version=None):
8080
# a GC that is optimized for larger multiprocessor machines with large memory
8181
cmd += ["-J-XX:+UseG1GC"]
8282
# 6x the default heap size (set in delta/built.sbt)
83-
cmd += ["-J-Xmx6G"]
83+
cmd += ["-J-Xmx12G"]
8484
run_cmd(cmd, stream_output=True)
8585

8686
def run_python_tests(root_dir):

0 commit comments

Comments
 (0)