This is an automated email from the ASF dual-hosted git repository. CalvinKirs pushed a commit to branch CalvinKirs-patch-9 in repository https://gitbox.apache.org/repos/asf/doris.git
commit 7ae2c6b7018a386967d70497c602289b38613ce2 Author: Calvin Kirs <[email protected]> AuthorDate: Mon Jul 20 11:43:13 2026 +0800 branch-4.1: Update JVM arguments in pom.xml for testing --- 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 57a4eb53523..4f2a5f429fa 100644 --- a/fe/fe-core/pom.xml +++ b/fe/fe-core/pom.xml @@ -911,7 +911,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]
