You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2022/04/23 16:03:18 UTC

[GitHub] [commons-io] CAIWan1998 opened a new pull request, #349: Configure Maven Fork Test parameters

CAIWan1998 opened a new pull request, #349:
URL: https://github.com/apache/commons-io/pull/349

   
   Maven will run all tests in a single forked VM by default. This can be problematic if there are a lot of tests or some very memory-hungry ones. We can fork more test VM by setting `<fork>1.5C</fork>`.
   
   =====================
   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: issues-unsubscribe@commons.apache.org

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


[GitHub] [commons-io] garydgregory commented on pull request #349: Configure Maven Fork Test parameters

Posted by GitBox <gi...@apache.org>.
garydgregory commented on PR #349:
URL: https://github.com/apache/commons-io/pull/349#issuecomment-1107534624

   I don't see a need for this, all builds are already green on Windows, macOS, and Linux. We want consistency and 1 VM gives us that.


-- 
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: issues-unsubscribe@commons.apache.org

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