-
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...
[BAM-20176] Default heap size for Bamboo service on Windows is too small
Workflow | Original: Bamboo Workflow 2016 v1 - Restricted [ 3008189 ] | New: JAC Bug Workflow v3 [ 3385565 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Remote Link | New: This issue links to "Page (Confluence)" [ 401339 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Progress [ 3 ] | New: Resolved [ 5 ] |
Remote Link | New: This issue links to "Page (Confluence)" [ 400545 ] |
Component/s | New: Installation [ 11430 ] |
Fix Version/s | New: 6.7.2 [ 82591 ] | |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Assignee | New: Alexey Chystoprudov [ achystoprudov ] |
Link |
New:
This issue is related to |
Remote Link | New: This issue links to "BDEV-15032 (Jira)" [ 399774 ] |
Symptom Severity | Original: Severity 1 - Critical [ 15830 ] | New: Severity 2 - Major [ 15831 ] |