feat: all cpus reservations to 0.1
This commit is contained in:
@@ -44,10 +44,10 @@ services:
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
cpus: ${GOOSE_CPU_LIMIT:-2.00}
|
||||
cpus: ${GOOSE_CPU_LIMIT:-2.0}
|
||||
memory: ${GOOSE_MEMORY_LIMIT:-2G}
|
||||
reservations:
|
||||
cpus: ${GOOSE_CPU_RESERVATION:-0.50}
|
||||
cpus: ${GOOSE_CPU_RESERVATION:-0.1}
|
||||
memory: ${GOOSE_MEMORY_RESERVATION:-512M}
|
||||
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user