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:
|
||||
image: docker.io/gitlab/gitlab-ce:{{ gitlab_version }}
|
||||
hostname: '{{ gitlab_domain }}'
|
||||
mem_limit: 4000mb
|
||||
memswap_limit: 4756mb
|
||||
mem_limit: 4500mb
|
||||
memswap_limit: 5000mb
|
||||
environment:
|
||||
GITLAB_OMNIBUS_CONFIG: |
|
||||
external_url 'https://{{ gitlab_domain }}'
|
||||
|
|
Loading…
Add table
Reference in a new issue