From 4f82b6e393f3d0033fb9bf3f8b7067dee3c759a1 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 8f13e6770c..4ac693b76d 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_