Uploaded image for project: 'Bamboo Data Center'
  1. Bamboo Data Center
  2. BAM-20432

Change Bamboo to use G1GC garbage collector by default

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Fixed
    • 6.10.2
    • Installation
    • None
    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

    Description

      Problem

      Change Bamboo to use the G1GC garbage collector and set min heap and max heap size to be equal (best practices for G1GC) by default to be in alignment with other Atlassian products.

      Suggested Solution

      #
      # The following 2 settings control the minimum and maximum given to the Bamboo Java virtual machine.  In larger Bamboo instances, the amounts will need to be increased.
      # We recommend that the minimum and maximum be set to the same value.
      #
      : ${JVM_MINIMUM_MEMORY:=1024m}
      : ${JVM_MAXIMUM_MEMORY:=1024m}
      
      #
      # The following are the required arguments need for Bamboo standalone.
      #
      : ${JVM_REQUIRED_ARGS:="-XX:+UseG1GC"}
      

      Attachments

        Issue Links

          Activity

            People

              achystoprudov Alexey Chystoprudov
              rwatson@atlassian.com Robert W
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: