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.
   
   
![微信截图_20200818105146](https://user-images.githubusercontent.com/58930323/90464885-d66f5b00-e140-11ea-914f-6b01d92b2740.png)
   


----------------------------------------------------------------
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