Skip to content

Commit

Permalink
Adding per version tests: attempt 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeGBLP committed Jan 18, 2025
1 parent 4343174 commit 512f6fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public static void main(String... args) throws IOException, InterruptedException
long timeout = Long.parseLong(args[5]);
if (timeout < 0)
timeout = 0;
Set<String> jvmArgs = Sets.newHashSet(Arrays.copyOfRange(args, 10, args.length));
Set<String> jvmArgs = Sets.newHashSet(Arrays.copyOfRange(args, 6, args.length));
if (jvmArgs.stream().noneMatch(arg -> arg.contains("-Xmx")))
jvmArgs.add("-Xmx5G");

Expand Down

0 comments on commit 512f6fa

Please sign in to comment.