The maximum size of the job artifacts can be set in the Admin area of your GitLab instance. The value is in MB and the default is 100MB. Note that this setting is set for each job.
Go to the Admin area ➔ Settings (/admin/application_settings
).
Change the value of the maximum artifacts size (in MB):
Hit Save for the changes to take effect.
Introduced in GitLab Enterprise Edition 8.16.
If you have enabled shared Runners for your GitLab instance, you can limit their usage by setting a maximum number of build minutes that a group can use on shared Runners per month. Set 0 to grant unlimited build minutes. While build limits are stored as minutes, the counting is done in seconds.
Go to the Admin area ➔ Settings (/admin/application_settings
).
Navigate to the Continuous Integration block and enable the Shared Runners setting. Then set the build minutes quota limit.
Hit Save for the changes to take effect.
While the setting in the Admin area has a global effect, as an admin you can also change each group's build minutes quota to override the global value.
Navigate to the Groups admin area and hit the Edit button for the group you wish to change the build minutes quota.
Set the build minutes quota to the desired value and hit Save changes for the changes to take effect.
Once saved, you can see the build quota in the group admin view.
The quota can also be viewed in the project admin view if shared Runners are enabled.
When the build minutes quota for a group is set to a value different than 0, the Pipelines quota page is available to the group page settings list.
You can see there an overview of the build minutes quota of all projects of the group.