-
Bug
-
Resolution: Fixed
-
Low
-
6.7.1
-
Severity 2 - Major
-
Issue Summary
The latest Windows Service Bamboo have performance issue due to memory setting too low
Steps to Reproduce
- Install the latest Bamboo as Windows Service
- Start the Bamboo Windows Service
Expected Results
It will work fine
Actual Results
- Bamboo have performance issue
- Login take a few minutes
Notes
- Starting Bamboo with start-bamboo.bat file works fine
- The latest Bamboo updated with new Tomcat but the memory settings are not updated
- The previous fix
BAM-16230
Workaround
- Reinstall the Windows Service after modifying the file service.bat to use the following memory settings:
if "%SERVICE_STARTUP_MODE%" == "" set SERVICE_STARTUP_MODE=manual if "%JvmMs%" == "" set JvmMs=512 if "%JvmMx%" == "" set JvmMx=1024
OR
- Update the Windows Service to use Max memory 1024 and min memory 512 as shown in this documentation
- is related to
-
JRASERVER-68073 Update Tomcat to 8.5.34 to avoid CVE-2018-11784
-
- Closed
-
- is cloned as
-
BDEV-15032 Failed to load
Default heap size for Bamboo service on Windows is too small
-
Bug
-
Resolution: Fixed
-
Low
-
6.7.1
-
Severity 2 - Major
-
Issue Summary
The latest Windows Service Bamboo have performance issue due to memory setting too low
Steps to Reproduce
- Install the latest Bamboo as Windows Service
- Start the Bamboo Windows Service
Expected Results
It will work fine
Actual Results
- Bamboo have performance issue
- Login take a few minutes
Notes
- Starting Bamboo with start-bamboo.bat file works fine
- The latest Bamboo updated with new Tomcat but the memory settings are not updated
- The previous fix
BAM-16230
Workaround
- Reinstall the Windows Service after modifying the file service.bat to use the following memory settings:
if "%SERVICE_STARTUP_MODE%" == "" set SERVICE_STARTUP_MODE=manual if "%JvmMs%" == "" set JvmMs=512 if "%JvmMx%" == "" set JvmMx=1024
OR
- Update the Windows Service to use Max memory 1024 and min memory 512 as shown in this documentation
- is related to
-
JRASERVER-68073 Update Tomcat to 8.5.34 to avoid CVE-2018-11784
-
- Closed
-
- is cloned as
-
BDEV-15032 Loading...