gitlab: Upgrade mem_limit yet again
This commit is contained in:
parent
be390ff132
commit
aa8320f60d
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: 4000mb
|
mem_limit: 4500mb
|
||||||
memswap_limit: 4756mb
|
memswap_limit: 5000mb
|
||||||
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