Aggarwal-Raghav commented on code in PR #405:
URL: https://github.com/apache/tez/pull/405#discussion_r2038872092


##########
pom.xml:
##########
@@ -926,7 +932,13 @@
             <forkCount>1</forkCount>
             <reuseForks>false</reuseForks>
             <forkedProcessTimeoutInSeconds>900</forkedProcessTimeoutInSeconds>
-            <argLine>-Xmx1024m -XX:+HeapDumpOnOutOfMemoryError</argLine>
+            <argLine>-Xmx4096m -XX:+HeapDumpOnOutOfMemoryError</argLine>
+            <argLine>
+              --add-opens=java.base/java.lang=ALL-UNNAMED
+              --add-opens=java.base/java.util=ALL-UNNAMED

Review Comment:
   Consolidation of all "--add-opens" in a single variable and refer to it in 
other module pom would be better.



-- 
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

Reply via email to