Hello everyone, 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.
