-
Notifications
You must be signed in to change notification settings - Fork 7
Performance Limits page #167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+64
−0
Merged
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
accbc5f
Adding Performance Limitation page
Roberto-Vizcarra 845e573
initial page testing/wording
Roberto-Vizcarra 86576e6
Initial Draft
Roberto-Vizcarra 558218a
Updated verbage
Roberto-Vizcarra 66e3d52
capitalization correction
Roberto-Vizcarra 65ddcb8
Spelling/grammar review
Roberto-Vizcarra f804ae7
Rename Performance limitations.md to known-performance-limitations-gi...
Roberto-Vizcarra 649fa7b
corrections
Roberto-Vizcarra File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
64 changes: 64 additions & 0 deletions
git-integration-for-jira-cloud/known-performance-limitations-gij-cloud.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
--- | ||
|
||
title: Known performance limitations | ||
description: | ||
taxonomy: | ||
category: git-integration-for-jira-cloud | ||
|
||
--- | ||
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. | ||
|
||
<div class="bbb-callout bbb--alert"> | ||
<div class="irow"> | ||
<div class="ilogobox"> | ||
<span class="logoimg"></span> | ||
</div> | ||
<div class="imsgbox"> | ||
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. | ||
</div> | ||
</div> | ||
</div> | ||
|
||
## Git Tags | ||
|
||
| Limit | Possible issues | | ||
| --- | --- | | ||
|>2000 | Slow Indexing | | ||
|
||
## Total Repositories in an Integration | ||
|
||
| Limit | Possible issues | | ||
| --- | --- | | ||
|>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. | | ||
|
||
## Individual Repository size | ||
|
||
| Limit | Possible issues | | ||
| --- | --- | | ||
|>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. | | ||
|
||
## Individual file size in a repository | ||
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 | ||
|
||
| Limit | Possible issues | | ||
| --- | --- | | ||
|>2Gb | Repository will not clone/index | | ||
|
||
## Number of branches in a repository | ||
|
||
| Limit | Possible issues | | ||
| --- | --- | | ||
|>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. | | ||
|
||
## Number of Pull/Merge Requests | ||
|
||
| Limit | Possible issues | | ||
| --- | --- | | ||
|>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. | | ||
|
||
## Number of Builds and/or Deployments | ||
|
||
| Limit | Possible issues | | ||
| --- | --- | | ||
|>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. | | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.