gitlab: Higher memory limit

This commit is contained in:
Saibotk 2021-01-17 14:32:35 +01:00
parent 45baf159d9
commit d2ca4a6197
No known key found for this signature in database
GPG key ID: A3299C587D5DF523

View file

@ -22,8 +22,8 @@ services:
web:
image: docker.io/gitlab/gitlab-ce:{{ gitlab_version }}
hostname: '{{ gitlab_domain }}'
mem_limit: 3500mb
memswap_limit: 3756mb
mem_limit: 4000mb
memswap_limit: 4756mb
environment:
GITLAB_OMNIBUS_CONFIG: |
external_url 'https://{{ gitlab_domain }}'