This is an automated email from the ASF dual-hosted git repository.
zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new eff0d8746c8 Update JVM configuration to enable dynamic agent loading
and set headless mode (#36960)
eff0d8746c8 is described below
commit eff0d8746c8cb18a62a186fb6602512a1cec5fb4
Author: Liang Zhang <[email protected]>
AuthorDate: Wed Oct 29 12:11:26 2025 +0800
Update JVM configuration to enable dynamic agent loading and set headless
mode (#36960)
---
.mvn/jvm.config | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.mvn/jvm.config b/.mvn/jvm.config
index 298a0335999..bff5f7aafb7 100644
--- a/.mvn/jvm.config
+++ b/.mvn/jvm.config
@@ -1 +1 @@
--Xmx4g -XX:MaxMetaspaceSize=512m
+-Xmx4g -XX:MaxMetaspaceSize=512m -XX:+EnableDynamicAgentLoading -Xshare:off
-Djava.awt.headless=true