提交 4440e0f4 编写于 作者: V Vojtech Juranek

Allow gc to remove test results from memory as these can consume a lot of memory

上级 4dde24e6
......@@ -139,7 +139,9 @@ public class SurefireArchiver extends MavenReporter {
// final reference in order to serialize it:
final TestResult r = result;
//allow gc to free some memory
result = null;
int failCount = build.execute(new BuildCallable<Integer, IOException>() {
private static final long serialVersionUID = -1023888330720922136L;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册