xushiyan commented on pull request #1623: URL: https://github.com/apache/incubator-hudi/pull/1623#issuecomment-629587320
@bvaradar I found this doc saying the linux system has 7.5Gb memory https://docs.travis-ci.com/user/reference/overview/#virtualisation-environment-vs-operating-system Then i did a quick experiment to see the heap usage with the same surefire setup in this test repo https://github.com/xushiyan/travis-work/blob/b47bf508a8b46429b3c302f7222073c279d4e964/pom.xml#L51 With the debug output, we can see the `argLine` is indeed applied to surefire https://travis-ci.org/github/xushiyan/travis-work/jobs/687693986#L2622 And the test is allow to go up to 3616.5 mb on heap size https://travis-ci.org/github/xushiyan/travis-work/jobs/687693986#L2625 So i think we should be good with 2g max heap ---------------------------------------------------------------- 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]
