feat: all cpus reservations to 0.1
This commit is contained in:
@@ -25,8 +25,8 @@ services:
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
cpus: '1.00'
|
||||
cpus: '1.0'
|
||||
memory: 512M
|
||||
reservations:
|
||||
cpus: '0.25'
|
||||
cpus: '0.1'
|
||||
memory: 128M
|
||||
|
||||
Reference in New Issue
Block a user