maheshrajus commented on code in PR #407: URL: https://github.com/apache/tez/pull/407#discussion_r2075543394
########## pom.xml: ########## @@ -926,7 +930,9 @@ <forkCount>1</forkCount> <reuseForks>false</reuseForks> <forkedProcessTimeoutInSeconds>900</forkedProcessTimeoutInSeconds> - <argLine>-Xmx1024m -XX:+HeapDumpOnOutOfMemoryError</argLine> + <argLine>-Xmx4096m -XX:+HeapDumpOnOutOfMemoryError</argLine> Review Comment: This value i modified as compile and run with jdk17 it is taking more time for some of the tests and some tests are timeout. I will revert this value to "xmx1024m" and check once. if any no issue then i revert this value and modify the test case accordingly. -- 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-unsubscr...@tez.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org