Default Windows Service Memory Allocation is too low

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Medium
    • 5.11.0, 5.10.3
    • Affects Version/s: 5.10.0, 5.9.3, 5.9.4, 5.10.1
    • Component/s: Windows
    • None

      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

            Assignee:
            Daniel (Inactive)
            Reporter:
            Deric Lee (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            10 Start watching this issue

              Created:
              Updated:
              Resolved: