3

What is the size limit of Git azure devops repository,in microsoft docs it says 10gb so this 10 gb is for all the repositories collectively or separately for each repositories .

https://learn.microsoft.com/en-us/azure/devops/repos/git/limits?view=azure-devops&viewFallbackFrom=vsts

the above link from microsoft states that repositories should generally be no larger than 10GB but i am not clear whether its 10gb for all repositories collectively or separately.

Chandan Kumar
  • 127
  • 1
  • 3
  • 7
  • I’m voting to close this question because it should be directed to the service provider for an authoritative answer – alroc May 05 '20 at 12:55
  • The recommendation you're citing is per repository. I base this on the fact that common ways to understand that sentence would be similar to a sentence like "Cars should generally be no longer than 5 meters", which would obviously not mean that all cars in the world (or even owned by you) should be a *total* of less than 5 meters, but instead be per car. – Lasse V. Karlsen May 05 '20 at 13:50

1 Answers1

2

Read the documentation thoroughly. They recommend that repos stay under 10 GB. A recommendation is not the same thing as a limitation.

In uncommon circumstances, repositories may be larger than 10GB. ... For that reason, we do not have a hard block in place.

Daniel Mann
  • 57,011
  • 13
  • 100
  • 120
  • Thanks for your answer, but in doc its not clear whether this recommendation imposes on Repos of azure devops or the individual repositories created under repos. – Chandan Kumar May 06 '20 at 04:22
  • 1
    There's nothing imposed. There is no restriction or limitation. The documentation explicitly states that. – Daniel Mann May 06 '20 at 04:38