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:
|
||||
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 }}'
|
||||
|
|
Loading…
Add table
Reference in a new issue