feat: all cpus reservations to 0.1
This commit is contained in:
@@ -36,8 +36,8 @@ ZO_S3_SECRET_KEY=
|
||||
# Resource limits
|
||||
# CPU limits (in cores)
|
||||
OPENOBSERVE_CPU_LIMIT=2.0
|
||||
OPENOBSERVE_CPU_RESERVATION=0.5
|
||||
OPENOBSERVE_CPU_RESERVATION=0.1
|
||||
|
||||
# Memory limits
|
||||
OPENOBSERVE_MEMORY_LIMIT=2G
|
||||
OPENOBSERVE_MEMORY_RESERVATION=512M
|
||||
OPENOBSERVE_MEMORY_RESERVATION=512M
|
||||
@@ -40,7 +40,7 @@ services:
|
||||
cpus: ${OPENOBSERVE_CPU_LIMIT:-2.0}
|
||||
memory: ${OPENOBSERVE_MEMORY_LIMIT:-2G}
|
||||
reservations:
|
||||
cpus: ${OPENOBSERVE_CPU_RESERVATION:-0.5}
|
||||
cpus: ${OPENOBSERVE_CPU_RESERVATION:-0.1}
|
||||
memory: ${OPENOBSERVE_MEMORY_RESERVATION:-512M}
|
||||
|
||||
volumes:
|
||||
|
||||
Reference in New Issue
Block a user