KcFnMi
KcFnMi

Reputation: 6171

What is GitLab project limit on free account?

I just signed in to GitLab, created two private repos and when I try to create one more then I get:

enter image description here

The form contains the following error:
PG::QueryCanceled: ERROR: canceling statement due to statement timeout CONTEXT: while rechecking updated tuple (1,86) in relation "site_statistics" : UPDATE "site_statistics" SET "repositories_count" = "repositories_count"+1

Is there a project limit on free account?

Upvotes: 1

Views: 1689

Answers (2)

saiedkia
saiedkia

Reputation: 69

i'm not sure but it's about 200MB per repo for free account, and about 10GB for payed account

Upvotes: 0

VonC
VonC

Reputation: 1326994

There is no limit on the number of private repos (as stated here)

But GitLab recently moved from Azure to Google Cloud Platform, and this message could be a side-effect.
It was seen before only in issue 30582 and was related to a filesystem problem.

Upvotes: 2

Related Questions