feat: all cpus reservations to 0.1
This commit is contained in:
@@ -29,10 +29,10 @@ services:
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
cpus: ${MONGO_CPU_LIMIT:-1.00}
|
||||
cpus: ${MONGO_CPU_LIMIT:-1.0}
|
||||
memory: ${MONGO_MEMORY_LIMIT:-1G}
|
||||
reservations:
|
||||
cpus: ${MONGO_CPU_RESERVATION:-0.25}
|
||||
cpus: ${MONGO_CPU_RESERVATION:-0.1}
|
||||
memory: ${MONGO_MEMORY_RESERVATION:-512M}
|
||||
|
||||
# Redis for session and cache storage
|
||||
@@ -54,10 +54,10 @@ services:
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
cpus: ${REDIS_CPU_LIMIT:-0.50}
|
||||
cpus: ${REDIS_CPU_LIMIT:-0.5}
|
||||
memory: ${REDIS_MEMORY_LIMIT:-512M}
|
||||
reservations:
|
||||
cpus: ${REDIS_CPU_RESERVATION:-0.25}
|
||||
cpus: ${REDIS_CPU_RESERVATION:-0.1}
|
||||
memory: ${REDIS_MEMORY_RESERVATION:-256M}
|
||||
|
||||
# Overleaf main application
|
||||
@@ -94,10 +94,10 @@ services:
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
cpus: ${OVERLEAF_CPU_LIMIT:-2.00}
|
||||
cpus: ${OVERLEAF_CPU_LIMIT:-2.0}
|
||||
memory: ${OVERLEAF_MEMORY_LIMIT:-2G}
|
||||
reservations:
|
||||
cpus: ${OVERLEAF_CPU_RESERVATION:-0.50}
|
||||
cpus: ${OVERLEAF_CPU_RESERVATION:-0.1}
|
||||
memory: ${OVERLEAF_MEMORY_RESERVATION:-1G}
|
||||
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user