jbertram commented on PR #4307: URL: https://github.com/apache/activemq-artemis/pull/4307#issuecomment-1411232814
Those numbers seem excessive to me. When I eliminate the time required to download artifacts by first using `mvn dependency:go-offline` and then run: ``` mvn -o clean install -Prelease -DskipTests ``` It finishes in half the time you're reporting: ``` [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 05:18 min [INFO] Finished at: 2023-01-31T17:32:56-06:00 [INFO] ------------------------------------------------------------------------ ``` Also the maximum heap usage is _barely_ over 2G:  I'm running this on a laptop that's not particularly fancy. -- 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]
