carloscao0928 commented on issue #36: URL: https://github.com/apache/rocketmq-operator/issues/36#issuecomment-675218350
> Currently the broker startup script use `max(min(1/2 ram, 1024MB), min(1/4 ram, 8GB))` to calculate JVM max heap size. > Try to set request memory more than 8GB? like: > > ``` > resources: > requests: > memory: "10240Mi" > cpu: "250m" > limits: > memory: "14240Mi" > cpu: "500m" > ``` its works.  ---------------------------------------------------------------- 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]
