Maximum artifacts size

Greetings all.

According to current documentation:
https://docs.gitlab.com/ee/user/admin_area/settings/continuous_integration.html

if one goes to the ‘Admin area > Settings > Continuous Integration and Deployment’ page, one can find a spot to change the value of maximum artifacts size. However, such a setting isn’t present on that page on the current version hosted on gitlab.com.
There are however sections for:

  • General pipelines
  • Auto DevOps
  • Protected Environments
    etc.

Anyone able to shed light as to where this config setting can be found nowadays?

Cheers

1 Like

Facing the same problem here. Can someone comment on this?

I am also facing the same issue, documentation seems to suggest this setting should be here, but it’s clearly not

That setting is available only for self-managed instances, not on GitLab.com SaaS.
For GitLab.com SaaS it is set to 1G according to docs.

If anyone reading this is having the same problem of not finding the setting anywhere, check that you have administrator access. It is needed for even seeing the setting and it goes for all of instance, group and project levels.

To me the docs are a bit misleading. It sounds like the default value for GitLab.com (1GB) can also be changed. But there is no such setting available, which is causing problems for as as we need to upload huge binaries (~1.5GB) for our release builds.