Commit 04bbf982 authored by 温海元's avatar 温海元

modify rabbitmq memory request

parent 42a11abf
...@@ -11,8 +11,8 @@ cdconst defaultMysql = { ...@@ -11,8 +11,8 @@ cdconst defaultMysql = {
const defaultRabbitmq = { const defaultRabbitmq = {
memory: { memory: {
request: 500, request: 200,
limit: 1500, limit: 500,
}, },
cpu: { cpu: {
request: 100, request: 100,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment