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


##########
pom.xml:
##########
@@ -959,11 +958,11 @@
             <reuseForks>false</reuseForks>
             <forkedProcessTimeoutInSeconds>900</forkedProcessTimeoutInSeconds>
             <testFailureIgnore>true</testFailureIgnore>
-            <argLine>-Xmx1024m -XX:+HeapDumpOnOutOfMemoryError</argLine>
-            <argLine>${test.jvm.args}</argLine>

Review Comment:
   **Having 2 argline is a BUG**. The test.jvm.args is overwriting the above 
argLine i.e. Xmx one
   Screenshots:
   **Before:**
   <img width="1512" height="251" alt="Image" 
src="https://github.com/user-attachments/assets/abe79676-6479-486d-a968-7aa1dd325913";
 />
   
   **After:**
   <img width="1512" height="204" alt="Image" 
src="https://github.com/user-attachments/assets/e2b7d56b-b9e9-4069-983a-d1a06f09530a";
 />



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to