stage | group | description | info |
---|---|---|---|
Systems |
Distribution |
Prerequisites for installation. |
To determine the technical writer assigned to the Stage/Group associated with this page, see https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments |
DETAILS: Tier: Free, Premium, Ultimate Offering: Self-managed
This page contains information about the minimum system requirements to install GitLab.
The necessary storage space largely depends on the size of the repositories you want to have in GitLab. As a guideline, you should have at least as much free space as all your repositories combined.
The Linux package requires about 2.5 GB of storage space for installation. For storage flexibility, consider mounting your hard drive through logical volume management. You should have a hard drive with at least 7200 RPM or a solid-state drive to improve the responsiveness of GitLab.
Because file system performance might affect the overall performance of GitLab, you should avoid using cloud-based file systems for storage.
CPU requirements depend on the number of users and expected workload. The workload includes your users' activity, use of automation and mirroring, and repository size.
For a maximum of 20 requests per second or 1,000 users, you should have 8 vCPUs. For more users or higher workload, see reference architectures.
Memory requirements depend on the number of users and expected workload. The workload includes your users' activity, use of automation and mirroring, and repository size.
For a maximum of 20 requests per second or 1,000 users, you should have 16 GB of memory. For more users or higher workload, see reference architectures.
In certain circumstances, GitLab might run in a memory-constrained environment.
PostgreSQL is the only supported database and is bundled with the Linux package. You can also use an external PostgreSQL database.
Depending on the number of users, the PostgreSQL server should have:
- For most GitLab instances, at least 5 to 10 GB of storage
- For GitLab Ultimate, at least 12 GB of storage (1 GB of vulnerability data must be imported)
For the following versions of GitLab, use these PostgreSQL versions:
GitLab version | Minimum PostgreSQL version | Maximum PostgreSQL version |
---|---|---|
17.x | 14.9 | 15.x |
16.x | 13.6 | 15.x (tested against GitLab 16.1 and later) |
15.x | 12.10 | 14.x (tested against GitLab 15.11 only), 13.x |
Minor PostgreSQL releases include only bug and security fixes. Always use the latest minor version to avoid known issues in PostgreSQL. For more information, see issue 364763.
To use a later major version of PostgreSQL than specified, check if a later version is bundled with the Linux package.
You must also ensure some extensions are loaded into every GitLab database. For more information, see managing PostgreSQL extensions.
If you're using GitLab Geo, we strongly recommend running instances installed by using the Linux package or using validated cloud-managed instances, as we actively develop and test based on those. We cannot guarantee compatibility with other external databases.
For more information, see requirements for running Geo.
Changes to locale data in glibc
means that PostgreSQL database files are not fully compatible
between different OS releases.
To avoid index corruption, check for locale compatibility when:
- Moving binary PostgreSQL data between servers.
- Upgrading your Linux distribution.
- Updating or changing third party container images.
For more information, see how to upgrade operating systems for PostgreSQL.
Databases created or used for GitLab, Geo, Gitaly Cluster, or other components should be for the exclusive use of GitLab. Do not make direct changes to the database, schemas, users, or other properties except when following procedures in the GitLab documentation or following the directions of GitLab Support or other GitLab engineers.
-
The main GitLab application uses three schemas:
- The default
public
schema gitlab_partitions_static
(automatically created)gitlab_partitions_dynamic
(automatically created)
No other schemas should be manually created.
- The default
-
GitLab may create new schemas as part of Rails database migrations. This happens when performing a GitLab upgrade. The GitLab database account requires access to do this.
-
GitLab creates and modifies tables during the upgrade process, and also as part of standard operations to manage partitioned tables.
-
You should not modify the GitLab schema (for example, adding triggers or modifying tables). Database migrations are tested against the schema definition in the GitLab codebase. GitLab version upgrades may fail if the schema is modified.
The recommended settings for Puma are determined by the infrastructure on which it's running. The Linux package defaults to the recommended Puma settings. Regardless of installation method, you can tune the Puma settings:
- If you're using the Linux package, see Puma settings for instructions on changing the Puma settings.
- If you're using the GitLab Helm chart, see the
webservice
chart.
The recommended number of workers is calculated as the highest of the following:
2
- A combination of CPU and memory resource availability (see how this is configured automatically for the Linux package).
By default, each Puma worker is limited to 1.2 GB of memory.
To increase the number of Puma workers, set
puma['per_worker_max_memory_mb']
to a higher limit.
Take for example the following scenarios:
-
A node with 2 cores / 8 GB memory should be configured with 2 Puma workers.
Calculated as:
The highest number from 2 And [ the lowest number from - number of cores: 2 - memory limit: (8 - 1.5) = 6.5 ]
So, the highest from 2 and 2 is 2.
-
A node with 4 cores / 4 GB memory should be configured with 2 Puma workers.
The highest number from 2 And [ the lowest number from - number of cores: 4 - memory limit: (4 - 1.5) = 2.5 ]
So, the highest from 2 and 2 is 2.
-
A node with 4 cores / 8 GB memory should be configured with 4 Puma workers.
The highest number from 2 And [ the lowest number from - number of cores: 4 - memory limit: (8 - 1.5) = 6.5 ]
So, the highest from 2 and 4 is 4.
You can increase the number of Puma workers, provided enough CPU and memory capacity is available. A higher number of Puma workers usually helps to reduce the response time of the application and increase the ability to handle parallel requests. You must perform testing to verify the optimal settings for your infrastructure.
The recommended number of threads is dependent on several factors, including total memory.
- If the operating system has a maximum 2 GB of memory, the recommended number of threads is
1
. A higher value results in excess swapping, and decrease performance. - In all other cases, the recommended number of threads is
4
. We don't recommend setting this higher, due to how Ruby MRI multi-threading works.
Redis stores all user sessions and the background task queue.
The requirements for Redis are as follows:
- Redis 6.x or 7.x is required in GitLab 16.0 and later. However, you should upgrade to Redis 6.2.14 or later as Redis 6.0 is no longer supported.
- Redis Cluster mode is not supported. Redis Standalone must be used, with or without HA.
- Storage requirements for Redis are minimal, about 25 kB per user on average.
- Redis eviction mode set appropriately.
Sidekiq processes the background jobs with a multi-threaded process. This process starts with the entire Rails stack (200 MB+) but it can grow over time due to memory leaks. On a very active server (10,000 billable users) the Sidekiq process can use 1 GB+ of memory.
By default, Prometheus and its related exporters are enabled to monitor GitLab. These processes consume approximately 200 MB of memory.
For more information, see monitoring GitLab with Prometheus.
We strongly advise against installing GitLab Runner on the same machine you plan to install GitLab on. Depending on how you decide to configure GitLab Runner and what tools you use to exercise your application in the CI environment, GitLab Runner can consume significant amount of available memory.
Memory consumption calculations, that are available above, are not valid if you decide to run GitLab Runner and the GitLab Rails application on the same machine.
It's also not safe to install everything on a single machine, because of the security reasons, especially when you plan to use shell executor with GitLab Runner.
To use CI/CD features, you should use a separate machine for each GitLab Runner. The GitLab Runner server requirements depend on:
- The type of executor you configured on GitLab Runner.
- Resources required to run build jobs.
- Job concurrency settings.
Because the nature of the jobs varies for each use case, you must experiment by adjusting the job concurrency to get the optimum setting.
For reference, the SaaS runners on Linux are configured so that a single job runs in a single instance with:
- 1 vCPU.
- 3.75 GB of RAM.
GitLab supports the following web browsers:
GitLab supports:
- The current and earlier major versions of these browsers
- The current minor version of a supported major version
Running GitLab with JavaScript disabled in these browsers is not supported.