feat: all cpus reservations to 0.1
This commit is contained in:
@@ -29,7 +29,7 @@ services:
|
||||
cpus: ${GPUSTACK_CPU_LIMIT:-8.0}
|
||||
memory: ${GPUSTACK_MEMORY_LIMIT:-8G}
|
||||
reservations:
|
||||
cpus: ${GPUSTACK_CPU_RESERVATION:-2.0}
|
||||
cpus: ${GPUSTACK_CPU_RESERVATION:-0.1}
|
||||
memory: ${GPUSTACK_MEMORY_RESERVATION:-4G}
|
||||
devices:
|
||||
- driver: nvidia
|
||||
|
||||
Reference in New Issue
Block a user