feat: all cpus reservations to 0.1
This commit is contained in:
@@ -26,7 +26,7 @@ services:
|
||||
cpus: ${EASY_DATASET_CPU_LIMIT:-2.0}
|
||||
memory: ${EASY_DATASET_MEMORY_LIMIT:-4G}
|
||||
reservations:
|
||||
cpus: ${EASY_DATASET_CPU_RESERVATION:-0.5}
|
||||
cpus: ${EASY_DATASET_CPU_RESERVATION:-0.1}
|
||||
memory: ${EASY_DATASET_MEMORY_RESERVATION:-1G}
|
||||
healthcheck:
|
||||
test: [CMD, wget, --no-verbose, --tries=1, --spider, 'http://localhost:1717']
|
||||
|
||||
Reference in New Issue
Block a user