|
| 1 | +--- |
| 2 | + |
| 3 | +title: Known performance limitations |
| 4 | +description: |
| 5 | +taxonomy: |
| 6 | + category: git-integration-for-jira-cloud |
| 7 | + |
| 8 | +--- |
| 9 | +The Cloud version of our application is run on our AWS instances and there are fewer options for configuration compared to a self-hosted instance of Jira/GIJ. This document details some "soft limits" beyond which we’ve noticed some of our customers having performance issues. |
| 10 | + |
| 11 | +<div class="bbb-callout bbb--alert"> |
| 12 | + <div class="irow"> |
| 13 | + <div class="ilogobox"> |
| 14 | + <span class="logoimg"></span> |
| 15 | + </div> |
| 16 | + <div class="imsgbox"> |
| 17 | + Please note that the thresholds below are meant to be guidelines rather than hard limits. In most cases, the limits can be exceeded, but depending on the severity, could lead to degraded performance or even halted operation. In cases where you are having issues due to these limits being exceeded, our support team will do their best to make suggestions for alternative configurations that could help, but we cannot guarantee performance or operation in cases where the limits are being breached. |
| 18 | + </div> |
| 19 | + </div> |
| 20 | +</div> |
| 21 | + |
| 22 | +## Git Tags |
| 23 | + |
| 24 | +| Limit | Possible issues | |
| 25 | +| --- | --- | |
| 26 | +|>2000 | Slow Indexing | |
| 27 | + |
| 28 | +## Total Repositories in an Integration |
| 29 | + |
| 30 | +| Limit | Possible issues | |
| 31 | +| --- | --- | |
| 32 | +|>2000 | Slow Indexing <br> Rate limit errors when getting PR/Builds/Deployments data during indexing <br> Long loading times (or even timeout errors during loading) of development data. | |
| 33 | + |
| 34 | +## Individual Repository size |
| 35 | + |
| 36 | +| Limit | Possible issues | |
| 37 | +| --- | --- | |
| 38 | +|>2gb | Extended Indexing time <br> Rate limit errors when getting PR/Builds/Deployments data during indexing <br> Long loading times (or even timeout errors during loading) of development data. | |
| 39 | + |
| 40 | +## Individual file size in a repository |
| 41 | +This is a hard limit due to a restriction in an internal component used in Git Integration for Jira. If the file size limit is exceeded, the Repository will not be able to be indexed. Please see [Max Object Error](https://help.gitkraken.com/git-integration-for-jira-cloud/error-while-reindexing-java-heap-space-object-too-large-rejecting-the-pack-gij-cloud/) for further details |
| 42 | + |
| 43 | +| Limit | Possible issues | |
| 44 | +| --- | --- | |
| 45 | +|>2Gb | Repository will not clone/index | |
| 46 | + |
| 47 | +## Number of branches in a repository |
| 48 | + |
| 49 | +| Limit | Possible issues | |
| 50 | +| --- | --- | |
| 51 | +|>2000 | Slow Indexing <br> Rate limit errors when getting PR/Builds/Deployments data during indexing <br> Long loading times (or even timeout errors during loading) of development data. | |
| 52 | + |
| 53 | +## Number of Pull/Merge Requests |
| 54 | + |
| 55 | +| Limit | Possible issues | |
| 56 | +| --- | --- | |
| 57 | +|>2000 | Slow Indexing <br> Rate limit errors when getting PR/Builds/Deployments data during indexing <br> Long loading times (or even timeout errors during loading) of development data. | |
| 58 | + |
| 59 | +## Number of Builds and/or Deployments |
| 60 | + |
| 61 | +| Limit | Possible issues | |
| 62 | +| --- | --- | |
| 63 | +|>2000 | Slow Indexing <br> Rate limit errors when getting PR/Builds/Deployments data during indexing <br> Long loading times (or even timeout errors during loading) of development data. | |
| 64 | + |
0 commit comments