feat: all cpus reservations to 0.1
This commit is contained in:
@@ -34,10 +34,10 @@ x-mongo: &mongo
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
cpus: ${MONGO_REPLICA_CPU_LIMIT:-1.00}
|
||||
cpus: ${MONGO_REPLICA_CPU_LIMIT:-1.0}
|
||||
memory: ${MONGO_REPLICA_MEMORY_LIMIT:-2048M}
|
||||
reservations:
|
||||
cpus: ${MONGO_REPLICA_CPU_RESERVATION:-0.50}
|
||||
cpus: ${MONGO_REPLICA_CPU_RESERVATION:-0.1}
|
||||
memory: ${MONGO_REPLICA_MEMORY_RESERVATION:-1024M}
|
||||
|
||||
services:
|
||||
@@ -126,10 +126,10 @@ services:
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
cpus: ${MONGO_REPLICA_INIT_CPU_LIMIT:-1.00}
|
||||
cpus: ${MONGO_REPLICA_INIT_CPU_LIMIT:-1.0}
|
||||
memory: ${MONGO_REPLICA_INIT_MEMORY_LIMIT:-2048M}
|
||||
reservations:
|
||||
cpus: ${MONGO_REPLICA_INIT_CPU_RESERVATION:-0.50}
|
||||
cpus: ${MONGO_REPLICA_INIT_CPU_RESERVATION:-0.1}
|
||||
memory: ${MONGO_REPLICA_INIT_MEMORY_RESERVATION:-1024M}
|
||||
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user