gitlab: Higher memory limit
This commit is contained in:
parent
45baf159d9
commit
d2ca4a6197
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@ services:
|
||||||
web:
|
web:
|
||||||
image: docker.io/gitlab/gitlab-ce:{{ gitlab_version }}
|
image: docker.io/gitlab/gitlab-ce:{{ gitlab_version }}
|
||||||
hostname: '{{ gitlab_domain }}'
|
hostname: '{{ gitlab_domain }}'
|
||||||
mem_limit: 3500mb
|
mem_limit: 4000mb
|
||||||
memswap_limit: 3756mb
|
memswap_limit: 4756mb
|
||||||
environment:
|
environment:
|
||||||
GITLAB_OMNIBUS_CONFIG: |
|
GITLAB_OMNIBUS_CONFIG: |
|
||||||
external_url 'https://{{ gitlab_domain }}'
|
external_url 'https://{{ gitlab_domain }}'
|
||||||
|
|
Loading…
Add table
Reference in a new issue