eolivelli opened a new pull request #9769: URL: https://github.com/apache/pulsar/pull/9769
Relates to #9721 ### Motivation Is it really useful to have a summary of JVM configuration when you are working with pulsar-perf. This is because that configuration may affect the execution of the test, but also with that piece of information you can easily troubleshot problems like #9721 ### Modifications Log JVM configuration at boot: - core system properties (java.xxx, os.xxx) - Netty max memory - JVM command line arguments - Actual max heap size We are not printing java.class.path because it is too verbose. ### Verifying this change This change is a trivial rework / code cleanup without any test coverage. ---------------------------------------------------------------- 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]
