feat: all cpus reservations to 0.1
This commit is contained in:
@@ -38,7 +38,7 @@ services:
|
||||
cpus: ${CLICKHOUSE_CPU_LIMIT:-4.0}
|
||||
memory: ${CLICKHOUSE_MEMORY_LIMIT:-4G}
|
||||
reservations:
|
||||
cpus: ${CLICKHOUSE_CPU_RESERVATION:-1.0}
|
||||
cpus: ${CLICKHOUSE_CPU_RESERVATION:-0.1}
|
||||
memory: ${CLICKHOUSE_MEMORY_RESERVATION:-1G}
|
||||
healthcheck:
|
||||
test:
|
||||
|
||||
Reference in New Issue
Block a user