更新 docker-compose-apisix.yml
This commit is contained in:
parent
6f4cf73258
commit
3cef219589
|
@ -32,7 +32,7 @@ services:
|
|||
memory: 100M
|
||||
limits:
|
||||
cpus: '0.30'
|
||||
memory: 300M
|
||||
memory: 500M
|
||||
update_config:
|
||||
failure_action: rollback
|
||||
placement:
|
||||
|
@ -61,8 +61,8 @@ services:
|
|||
cpus: '0.10'
|
||||
memory: 200M
|
||||
limits:
|
||||
cpus: '0.30'
|
||||
memory: 400M
|
||||
cpus: '0.40'
|
||||
memory: 800M
|
||||
update_config:
|
||||
failure_action: rollback
|
||||
placement:
|
||||
|
@ -90,7 +90,7 @@ services:
|
|||
memory: 150M
|
||||
limits:
|
||||
cpus: '0.30'
|
||||
memory: 300M
|
||||
memory: 500M
|
||||
update_config:
|
||||
failure_action: rollback
|
||||
placement:
|
||||
|
|
Loading…
Reference in New Issue