fix: Raise limits for transmission-openvpn
This commit is contained in:
parent
b259b9da5e
commit
fe74343202
@ -56,8 +56,9 @@ services:
|
|||||||
deploy:
|
deploy:
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpus: '0.50'
|
cpus: '1.0'
|
||||||
memory: 512M
|
# heavy boi
|
||||||
|
memory: 2048M
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.25'
|
cpus: '0.25'
|
||||||
memory: 64M
|
memory: 64M
|
||||||
@ -242,7 +243,7 @@ services:
|
|||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpus: '0.2'
|
cpus: '0.2'
|
||||||
memory: 256MM
|
memory: 256M
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.1'
|
cpus: '0.1'
|
||||||
memory: 64M
|
memory: 64M
|
||||||
|
Loading…
x
Reference in New Issue
Block a user