This is an automated email from the ASF dual-hosted git repository.

yiguolei pushed a commit to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-4.0 by this push:
     new 49e4fc37859 branch-4.0: [fix](ut-opt)Update JVM arguments in pom.xml 
for testing (#66434)
49e4fc37859 is described below

commit 49e4fc37859abc1765b92f370a98525b6e070130
Author: Calvin Kirs <[email protected]>
AuthorDate: Tue Aug 4 21:38:02 2026 +0800

    branch-4.0: [fix](ut-opt)Update JVM arguments in pom.xml for testing 
(#66434)
    
    #65801
---
 fe/fe-core/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fe/fe-core/pom.xml b/fe/fe-core/pom.xml
index 1f93747458f..777cb7535e8 100644
--- a/fe/fe-core/pom.xml
+++ b/fe/fe-core/pom.xml
@@ -864,7 +864,7 @@ under the License.
                     <reuseForks>false</reuseForks>
                     <useFile>false</useFile>
                     <argLine>
-                        -Xmx1024m 
-javaagent:${settings.localRepository}/org/jmockit/jmockit/${jmockit.version}/jmockit-${jmockit.version}.jar
 @{argLine}
+                         -Xmx1024m 
--add-reads=org.apache.arrow.flight.core=ALL-UNNAMED 
--add-opens=java.base/java.nio=org.apache.arrow.memory.core,ALL-UNNAMED 
-javaagent:${settings.localRepository}/org/jmockit/jmockit/${jmockit.version}/jmockit-${jmockit.version}.jar
 @{argLine}
                     </argLine>
                 </configuration>
             </plugin>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to