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

Default Windows Service Memory Allocation is too low

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Medium
    • 5.11.0, 5.10.3
    • 5.10.0, 5.9.3, 5.9.4, 5.10.1
    • Windows
    • None

    Description

      The default memory allocation for Windows service is set to 128MB initial 256MB maximum.
      This is found in Bamboo Install/bin/service.bat:

      "%EXECUTABLE%" //IS//%SERVICE_NAME% ^
          --Description "Atlassian Bamboo Server - http://localhost:8085/" ^
          --DisplayName "%DISPLAYNAME%" ^
          --Install "%EXECUTABLE%" ^
          --LogPath "%CATALINA_BASE%\logs" ^
          --StdOutput auto ^
          --StdError auto ^
          --Classpath "%CLASSPATH%" ^
          --Jvm "%JVM%" ^
          --StartMode jvm ^
          --StopMode jvm ^
          --StartPath "%CATALINA_HOME%" ^
          --StopPath "%CATALINA_HOME%" ^
          --StartClass org.apache.catalina.startup.Bootstrap ^
          --StopClass org.apache.catalina.startup.Bootstrap ^
          --StartParams start ^
          --StopParams stop ^
          --JvmOptions "-Dcatalina.home=%CATALINA_HOME%;-Dcatalina.base=%CATALINA_BASE%;-Djava.endorsed.dirs=%CATALINA_HOME%\endorsed;-Djava.io.tmpdir=%CATALINA_BASE%\temp;-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager;-Djava.util.logging.config.file=%CATALINA_BASE%\conf\logging.properties" ^
          --JvmMs 128 ^
          --JvmMx 256

      Attachments

        Issue Links

          Activity

            People

              dkjellin Daniel
              dlee@atlassian.com Deric Lee (Inactive)
              Votes:
              1 Vote for this issue
              Watchers:
              10 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: