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.
This commit is contained in:
parent
2c0ecd9d44
commit
520479d43b
5
pom.xml
5
pom.xml
@ -324,11 +324,10 @@
|
|||||||
-XX:+UseFastAccessorMethods
|
-XX:+UseFastAccessorMethods
|
||||||
-XX:+OptimizeStringConcat
|
-XX:+OptimizeStringConcat
|
||||||
-XX:+HeapDumpOnOutOfMemoryError
|
-XX:+HeapDumpOnOutOfMemoryError
|
||||||
-verbose:gc
|
|
||||||
</argLine.common>
|
</argLine.common>
|
||||||
<argLine.bootcp>-Xbootclasspath/p:${jetty.npn.path}</argLine.bootcp>
|
<argLine.bootcp>-Xbootclasspath/p:${jetty.npn.path}</argLine.bootcp>
|
||||||
<argLine.leak>-D_</argLine.leak> <!-- Set when 'leak' profile is active -->
|
<argLine.leak>-verbose:gc</argLine.leak> <!-- Overridden when 'leak' profile is active -->
|
||||||
<argLine.coverage>-D_</argLine.coverage> <!-- Set when 'coverage' profile is active -->
|
<argLine.coverage>-D_</argLine.coverage> <!-- Overridden when 'coverage' profile is active -->
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
|
Loading…
Reference in New Issue
Block a user