cshannon commented on PR #1541: URL: https://github.com/apache/activemq/pull/1541#issuecomment-3657789365
I think one thing about a profile is that it makes it easy to disable (it could be enabled by default). When I run gradle builds (like with Apache Kafka) I sometimes reduce the number of cores/threads used so I don't use up all the CPU if I'm trying to run a build in the background while doing other things. But in this case instead of a separate profile, how many threads are use could probably just be controlled by a -D argument for the surefire plugin vs a separate profile. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information, visit: https://activemq.apache.org/contact
