feat: all cpus reservations to 0.1
This commit is contained in:
@@ -24,10 +24,10 @@ OPENVIKING_LOG_MAX_SIZE=100m
|
||||
OPENVIKING_LOG_MAX_FILE=3
|
||||
|
||||
# Resources
|
||||
OPENVIKING_CPU_LIMIT=2.00
|
||||
OPENVIKING_CPU_LIMIT=2.0
|
||||
OPENVIKING_MEMORY_LIMIT=2G
|
||||
OPENVIKING_CPU_RESERVATION=0.50
|
||||
OPENVIKING_CPU_RESERVATION=0.1
|
||||
OPENVIKING_MEMORY_RESERVATION=512M
|
||||
|
||||
# Timezone
|
||||
TZ=UTC
|
||||
TZ=UTC
|
||||
@@ -75,10 +75,10 @@ services:
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
cpus: ${OPENVIKING_CPU_LIMIT:-2.00}
|
||||
cpus: ${OPENVIKING_CPU_LIMIT:-2.0}
|
||||
memory: ${OPENVIKING_MEMORY_LIMIT:-2G}
|
||||
reservations:
|
||||
cpus: ${OPENVIKING_CPU_RESERVATION:-0.50}
|
||||
cpus: ${OPENVIKING_CPU_RESERVATION:-0.1}
|
||||
memory: ${OPENVIKING_MEMORY_RESERVATION:-512M}
|
||||
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user