-
Suggestion
-
Resolution: Done
-
None
-
1
-
Problem Definition
Bamboo PlanExec thread pool is defaulted to 4. It has a max size of 8 but it never scales since it has a very large queue size and is linked to a dedupe queue. The thread pool is responsible for executing change detection operations and other parts of the build execution lifecycle.
4 threads has proven to be insufficient for large instances with a lot of change detection and non-optimal network conditions.
Suggested Solution
Slight increase to the initial size. E.g. 5, 6 or 8.
Utopian solution:
Scalable thread pool sizes based on load factors and queue drain rate.
Workaround
Higher than 8 is not recommended, please monitor Disk IO and CPU increases on the Bamboo Server after increasing this.
- Linux: Edit your <bamboo-install>/bin/setenv.sh
- Windows, please see the following on how to define additional arguments depending on the install: https://confluence.atlassian.com/bamboo/configuring-your-system-properties-289277345.html
- Add the following -Dbamboo.plan.exe.threads=8 to your JVM_SUPPORT_RECOMMENDED_ARGS. E.g.
# # Occasionally Atlassian Support may recommend that you set some specific JVM arguments. You can use this variable below to do that. # : ${JVM_SUPPORT_RECOMMENDED_ARGS:="-Dbamboo.plan.exe.threads=8"}
- Restart Bamboo
- relates to
-
BAM-21146 High traffic / commonly used repository can cause Plan Exec thread contention which delays triggers
- Closed
-
BAM-20257 Bamboo should exponentially back-off from polling repositories if it encounters repeated failures
- Gathering Interest
-
PSR-801 You do not have permission to view this issue
- mentioned in
-
Page Failed to load
-
Page Failed to load
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
[BAM-20259] Bamboo PlanExec default size could benefit from an increase
Remote Link | Original: This issue links to "PSR-801 (Bulldog)" [ 698065 ] | New: This issue links to "PSR-801 (JIRA Server (Bulldog))" [ 698065 ] |
Resolution | New: Done [ 17 ] | |
Status | Original: Waiting for Release [ 12075 ] | New: Closed [ 6 ] |
Remote Link | New: This issue links to "Page (Confluence)" [ 707238 ] |
Remote Link | New: This issue links to "Page (Confluence)" [ 705715 ] |
Remote Link | Original: This issue links to "Page (Confluence)" [ 704499 ] |
Remote Link | New: This issue links to "Page (Confluence)" [ 704499 ] |
Remote Link | New: This issue links to "Page (Confluence)" [ 704489 ] |
Status | Original: In Progress [ 3 ] | New: Waiting for Release [ 12075 ] |
Fix Version/s | New: 9.1.0 [ 102591 ] |
Status | Original: Gathering Interest [ 11772 ] | New: In Progress [ 3 ] |