Commit 7689e623 authored by 温海元's avatar 温海元

add config for rockermq.yaml

parent d8197e0b
......@@ -20,6 +20,17 @@ const defaultRabbitmq = {
},
}
const defaultRocketmq = {
memory: {
request: 500,
limit: 1500,
},
cpu: {
request: 100,
limit: 200,
},
}
const defaultZookeeper = {
memory: {
request: 300,
......@@ -81,6 +92,8 @@ const defaultJava = {
memLimit: 600,
}
exports.defaultConfig = {
redis: defaultRedis,
'redis-sentinel': defaultRedis,
......
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