by stefanoco on 9/13/22, 7:55 AM with 62 comments
by Aeolun on 9/13/22, 10:20 AM
$6/year per GB. My Backblaze costs me $0.06/year per GB, so it’s only a factor of 100 more expensive.
Am I the only one that thinks that’s pretty insane?
What I think is even stranger, is that the number of users you pay for apparently has no effect on your storage allowance. Whether there’s 1 or a 100 accounts, the limit is the same.
by fariszr on 9/13/22, 12:13 PM
On GitHub, they show their generous open source limits first,(Unlimited actions, Unlimited members, GitHub pages, etc)
While on GitLab, the first thing you see, 5 users limits and 400 minutes limit, which are nothing compared to GtiHub.
Then under a small FAQ link you can find the actually generous limits for FOSS:
> What is changing with user limits? A. There will be a 5-user limit for top-level namespaces with private visibility. At this time, top-level namespaces with public visibility will not have a user limit
OP's link.
> Yes. Public projects created after 2021-07-17 will have an allocation of CI/CD pipeline minutes as follows: Free tier - 50,000 minutes, Premium tier - 1,250,000 minutes, Ultimate tier - 6,250,000.
https://about.gitlab.com/pricing/#why-do-i-need-to-enter-cre...
I didn't know that the 5 member limits applies only to private projects. And a big part of the reason I signed up, because they give you a lot of CI/CD minutes for FOSS, although the Visa requirement is very annoying.
by nakedgremlin on 9/13/22, 12:25 PM
The artifacts storage is that one that's just tough to figure out when dealing with large builds. We have already offloaded all our CI/CD to our own hosted GitLab runners, but apparently storing the artifacts afterwards (which by default GitLab always stores the most recent builds) MUST use their storage, we can't offload it to our own servers.
The instructions for removing the most recent artifacts also just never works (https://docs.gitlab.com/ee/ci/pipelines/job_artifacts.html#k...)
So in our monorepo with multiple Windows and Mac applications, we are now stuck with lots of GB that are just there, currently unable to delete.
This is causing us to dramatically revisit our strategy of using GitLab and might force us to other tools.
by tomxor on 9/13/22, 12:18 PM
I'm switching to self hosting, at the cost of 0.25 users in gitlab world - with a lot more resources (I noticed they throttle cloning). Thankfully gitea exists because it sounds like gitlab is a nightmare to self host anyway.
by kuschku on 9/13/22, 10:46 AM
by kcmastrpc on 9/13/22, 11:01 AM
by Donckele on 9/13/22, 12:00 PM
PLEASE can someone in plain english say what the limits are PER REPOSITORY? Is it 5GB per repository? can you have as many repositories as you want? I don’t care or use namespaces.
by Kelteseth on 9/13/22, 9:23 AM
This sounds like a lot, just so I can keep my native Windows/Linux/MacOS builds online. My current usage need is 14.9gb.
by stefanoco on 9/13/22, 7:55 AM
by geodel on 9/13/22, 12:16 PM
by siscia on 9/13/22, 3:42 PM
by rwky on 9/13/22, 10:02 AM
by ttoinou on 9/13/22, 7:25 PM