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
@@ -110,7 +110,7 @@ services:
cpus: ${SIGNOZ_CLICKHOUSE_CPU_LIMIT:-2.0}
memory: ${SIGNOZ_CLICKHOUSE_MEMORY_LIMIT:-4G}
reservations:
cpus: ${SIGNOZ_CLICKHOUSE_CPU_RESERVATION:-0.5}
cpus: ${SIGNOZ_CLICKHOUSE_CPU_RESERVATION:-0.1}
memory: ${SIGNOZ_CLICKHOUSE_MEMORY_RESERVATION:-1G}
# One-shot migration: bootstraps and runs schema migrations
@@ -163,7 +163,7 @@ services:
cpus: ${SIGNOZ_CPU_LIMIT:-1.0}
memory: ${SIGNOZ_MEMORY_LIMIT:-2G}
reservations:
cpus: ${SIGNOZ_CPU_RESERVATION:-0.25}
cpus: ${SIGNOZ_CPU_RESERVATION:-0.1}
memory: ${SIGNOZ_MEMORY_RESERVATION:-256M}
# OTel Collector for receiving telemetry data
@@ -202,7 +202,7 @@ services:
cpus: ${SIGNOZ_OTEL_COLLECTOR_CPU_LIMIT:-1.0}
memory: ${SIGNOZ_OTEL_COLLECTOR_MEMORY_LIMIT:-2G}
reservations:
cpus: ${SIGNOZ_OTEL_COLLECTOR_CPU_RESERVATION:-0.25}
cpus: ${SIGNOZ_OTEL_COLLECTOR_CPU_RESERVATION:-0.1}
memory: ${SIGNOZ_OTEL_COLLECTOR_MEMORY_RESERVATION:-512M}
volumes: