The forked project has different size with source project. Perhaps the total size count takes into account the size of the attached files in the issue tracker or gitlab doesn't run git gc, git prune for project or something else
First of all, thank you for raising an issue to help improve the GitLab product. We're sorry about this, but this particular issue has gone unnoticed for quite some time.
We're posting this message because this issue meets the following criteria:
No activity in the past 3 months (since 2018-07-04T21:03:25.579Z)
Unlabelled
We'd like to ask you to help us out and determine how we should act on this issue.
If this issue is reporting a bug, please can you attempt to reproduce on the latest version of GitLab or GitLab.com, to help us to understand whether the bug still needs our attention.
If this issue is proposing a new feature, please can you verify whether the feature proposal is still relevant.
Would this be a matter of updating the documentation with the reasoning behind the difference in repository size? TW @msedlakjakubowski, EM @sean_carroll
@dkua1 Yes, it's an expected behavior. We use a deduplication strategy to safe storage space. When fork is created, it doesn't copy all objects from the main project. Instead it gets an access to the object pool that connected to the main project. That explains a size difference between the main project and the fork.
If you do not feel the purpose of this issue matches one of the types, you may apply the typeignore label to exclude it from type tracking metrics and future prompts.