Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

GitLab project (repository) quota

I am running a GitLab Community Edition and would like to add a quota to the GitLab projects (repositories) to prevent users from creating large projects.

The quota should be in terms of max project size, e.g. 420 MB per project. Is this possible? If yes, how can I configure GitLab accordingly?

like image 892
bastelflp Avatar asked Feb 14 '16 12:02

bastelflp


1 Answers

That was suggested in the old feedback forum in 2014 ("limit size of the repositories of one user").
And again in the official GitLab issue for different context: "Ability to restrict file size / disk space for LFS" (Large File Storage)

This is not yet implemented (February 2016, GitLab 8.4.x)
It is now implemented with GitLab 8.12 (September 2016), but only for GitLab EE, as noted by Matthias Weiler in his answer.

like image 119
VonC Avatar answered Sep 19 '22 12:09

VonC