You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2019/11/14 14:57:37 UTC

[GitHub] [accumulo] keith-turner commented on a change in pull request #1427: Remove java flags for CMS java garbage collector

keith-turner commented on a change in pull request #1427: Remove java flags for CMS java garbage collector
URL: https://github.com/apache/accumulo/pull/1427#discussion_r346360263
 
 

 ##########
 File path: minicluster/src/main/java/org/apache/accumulo/miniclusterImpl/MiniAccumuloClusterImpl.java
 ##########
 @@ -217,8 +217,6 @@ private ProcessInfo _exec(Class<?> clazz, List<String> extraJvmOpts, String... a
     }
     // @formatter:off
     argList.addAll(Arrays.asList(
-        "-XX:+UseConcMarkSweepGC",
 
 Review comment:
   Did not realize mini was doing this.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services