blob: 34e2e557f8974ee6996ac4fdf511402bc5ae79b9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Continuous integration Admin settings
## Maximum artifacts size
The maximum size of the [build artifacts][art-yml] 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 build.
1. Go to **Admin area > Settings** (`/admin/application_settings`).

1. Change the value of the maximum artifacts size (in MB):

1. Hit **Save** for the changes to take effect.
[art-yml]: ../../../administration/build_artifacts.md
|