You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by GitBox <gi...@apache.org> on 2022/02/07 16:37:22 UTC

[GitHub] [knox] xiayingfeng opened a new pull request #535: Improve MAVEN build Performance

xiayingfeng opened a new pull request #535:
URL: https://github.com/apache/knox/pull/535


   
   Maven allows you to run the compiler as a separate process by setting `<fork>true</fork>`. This feature can lead to much less garbage collection and make Maven build faster. This project has more than 1000 source files. We can consider enabling this feature.
   
   =====================
   If there are any inappropriate modifications in this PR, please give me a reply and I will change them.
   


-- 
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: dev-unsubscribe@knox.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [knox] smolnar82 commented on pull request #535: Improve MAVEN build Performance

Posted by GitBox <gi...@apache.org>.
smolnar82 commented on pull request #535:
URL: https://github.com/apache/knox/pull/535#issuecomment-1031692257


   @xiayingfeng - please update the title of this PR as well as your commit message. Thanks!
   
   Moreover: do you have some metrics on how much do we gain on a regular build?


-- 
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: dev-unsubscribe@knox.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org