From 6aa9636e0f45d3dd758d63518c11553767b18001 Mon Sep 17 00:00:00 2001 From: Trustin Lee Date: Fri, 29 May 2015 10:43:18 +0900 Subject: [PATCH] Remove the verbose:gc flag from the build Motivation: When a faulty never-ending test keeps producing a lot of garbage doing nothing but generating CPU load, our CI fails to detect the stalled build, because it determines the 'inactivity time' from console activity and GC keeps producing console output. Modifications: Remove the -verbose:gc flag from pom.xml Result: Stalled builds are terminated by our CI server. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 66b2ca9237..23dfb1e619 100644 --- a/pom.xml +++ b/pom.xml @@ -595,7 +595,7 @@ -Xbootclasspath/p:${jetty.alpn.path} - -verbose:gc + -D_ -D_