feat: all cpus reservations to 0.1
This commit is contained in:
@@ -27,7 +27,7 @@ services:
|
||||
cpus: ${GITLAB_CPU_LIMIT:-2.0}
|
||||
memory: ${GITLAB_MEMORY_LIMIT:-8G}
|
||||
reservations:
|
||||
cpus: ${GITLAB_CPU_RESERVATION:-1.0}
|
||||
cpus: ${GITLAB_CPU_RESERVATION:-0.1}
|
||||
memory: ${GITLAB_MEMORY_RESERVATION:-4G}
|
||||
healthcheck:
|
||||
test: [CMD, /opt/gitlab/bin/gitlab-healthcheck, --fail]
|
||||
|
||||
Reference in New Issue
Block a user