You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Swapnil Bawaskar (JIRA)" <ji...@apache.org> on 2016/10/26 22:50:58 UTC

[jira] [Created] (GEODE-2038) use G1 GC by default when a server is started from gfsh

Swapnil Bawaskar created GEODE-2038:
---------------------------------------

             Summary: use G1 GC by default when a server is started from gfsh
                 Key: GEODE-2038
                 URL: https://issues.apache.org/jira/browse/GEODE-2038
             Project: Geode
          Issue Type: Improvement
          Components: gfsh
            Reporter: Swapnil Bawaskar


Currently {{start server}} gfsh command has these two options {{--max-heap}} and {{--initial-heap}}. If {{--max-heap}} is used, gfsh automatically adds {{-XX:+UseConcMarkSweepGC -XX:CMSInitiatingOccupancyFraction=60}} properties.

Given that G1 GC has been available for a while, the start server command should configure G1 GC by default rather than CMS.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)