Github user justinleet commented on a diff in the pull request:
https://github.com/apache/metron/pull/840#discussion_r159866359
--- Diff: pom.xml ---
@@ -159,7 +159,7 @@
<version>${global_surefire_version}</version>
<configuration>
<!-- Skip the default running of this plug-in (or
everything is run twice...see below) -->
- <argLine>@{argLine} -Xmx2048m</argLine>
+ <argLine>-Xmx2048m</argLine>
--- End diff --
I played with this a bit and I'm not convinced this works in master
anymore, so if this was necessary to get this running, I'd rather push fixing
coverage off to a follow on task.
---