gogodjzhu opened a new issue #3719:
URL: https://github.com/apache/rocketmq/issues/3719


   I deploy rocketmq in docker environment. While there are some properties 
which take the number of runtime processors as default. It causes the jvm to 
start up with the physical setting which is not suitable for my virtual host.
    
   I do know there are some ways to correct this, such as:
   1. add `-XX:ActiveProcessorCount=count` to start up. But only after jdk8u191
   2. upgrade jdk to jdk 11.
   However, it is hard to push such an upgrade in a big company like us. 
   
   Or 
   3. do some code to change all the properties that refer to runtime.
   It's too much work to do so and may not be suitable for different versions.
   
   So I suggest adding an optional system property to accomplish this. 
   
   Thx.
   Best regards.


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

To unsubscribe, e-mail: [email protected]

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


Reply via email to