Commit 1ff639f2 authored by 温海元's avatar 温海元

modify mq memory limit

parent a23233bc
...@@ -11,8 +11,8 @@ const defaultMysql = { ...@@ -11,8 +11,8 @@ const defaultMysql = {
const defaultRabbitmq = { const defaultRabbitmq = {
memory: { memory: {
request: 200, request: 500,
limit: 500, limit: 1500,
}, },
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