更新 docker-compose-rabbitmq.yml
This commit is contained in:
parent
3cef219589
commit
0623664475
|
@ -18,10 +18,10 @@ services:
|
||||||
resources:
|
resources:
|
||||||
reservations:
|
reservations:
|
||||||
cpus: '0.10'
|
cpus: '0.10'
|
||||||
memory: 100M
|
memory: 200M
|
||||||
limits:
|
limits:
|
||||||
cpus: '0.35'
|
cpus: '0.40'
|
||||||
memory: 500M
|
memory: 900M
|
||||||
update_config:
|
update_config:
|
||||||
failure_action: rollback
|
failure_action: rollback
|
||||||
placement:
|
placement:
|
||||||
|
|
Loading…
Reference in New Issue