From 520479d43bd29f7a6df0d5f4a5d4ace8d10e463c Mon Sep 17 00:00:00 2001 From: Trustin Lee Date: Fri, 27 Jun 2014 17:09:18 +0900 Subject: [PATCH] Enable verbose:gc only when 'leak' profile is disabled The leak profile generates a lot of garbage which makes the verbose:gc output too large. --- pom.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 274d33902698..a311ffab1d2f 100644 --- a/pom.xml +++ b/pom.xml @@ -324,11 +324,10 @@ -XX:+UseFastAccessorMethods -XX:+OptimizeStringConcat -XX:+HeapDumpOnOutOfMemoryError - -verbose:gc -Xbootclasspath/p:${jetty.npn.path} - -D_ - -D_ + -verbose:gc + -D_