Added more limit to arch cpu
This commit is contained in:
parent
fc91496720
commit
5d3aff6df5
5
vms.yml
5
vms.yml
@ -21,8 +21,8 @@ services:
|
|||||||
deploy:
|
deploy:
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpus: '1.0'
|
cpus: '2.0'
|
||||||
memory: 512M
|
memory: 1G
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.5'
|
cpus: '0.5'
|
||||||
memory: 256M
|
memory: 256M
|
||||||
@ -58,3 +58,4 @@ services:
|
|||||||
- driver: nvidia
|
- driver: nvidia
|
||||||
capabilities: ["gpu"]
|
capabilities: ["gpu"]
|
||||||
count: all
|
count: all
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user