liuruiyiyang commented on issue #36:
URL: 
https://github.com/apache/rocketmq-operator/issues/36#issuecomment-674771606


   It seems that the broker is ```OOMKilled```. Could you please try to use the 
default configuration of broker CR:
   ```
   resources:
       requests:
         memory: "2048Mi"
         cpu: "250m"
       limits:
         memory: "4096Mi"
         cpu: "500m"
   ```
   and see if it works.
   
   Thanks for your feedback!


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to