feat: all cpus reservations to 0.1

This commit is contained in:
Sun-ZhenXing
2026-05-14 16:22:07 +08:00
parent 453a3eab11
commit 53b841926e
274 changed files with 828 additions and 828 deletions
+3 -3
View File
@@ -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
+2 -2
View File
@@ -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: