liuruiyiyang commented on issue #36:
URL:
https://github.com/apache/rocketmq-operator/issues/36#issuecomment-674815021
Does your environment has the requested resource of memory? Maybe you
should try smaller resource like
```
resources:
requests:
memory: "1024Mi"
cpu: "250m"
limits:
memory: "2048Mi"
cpu: "500m"
```
----------------------------------------------------------------
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]