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