apache / rocketmq-operator

Apache RocketMQ Operator
https://rocketmq.apache.org/
Apache License 2.0
308 stars 126 forks source link

[ISSUE #201] Fix (OOM) errors in Broker's pods when thet startup by accurately adhering to their allocated memory, rather than relying on the host's total memory. #210

Closed MrLYG closed 5 months ago

MrLYG commented 5 months ago

What is the purpose of the change

This update prevents Out-Of-Memory (OOM) errors in Broker's pods when they startup by accurately adhering to their allocated memory, rather than relying on the host's total memory. For Fix [ISSUE #201].

Brief changelog

Verifying this change

XXXX

Please go through this checklist to help us incorporate your contribution quickly and easily.

Notice: It would be helpful if you could finish the following checklist (the last one is not necessary) before request the community to review your PR.

MrLYG commented 5 months ago

fix https://github.com/apache/rocketmq-operator/issues/201