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

jiangmaolin 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 8ba775730fd Fix dead link for graalvm espresso (#37819)
8ba775730fd is described below

commit 8ba775730fd5b30391bde518bda7ad2db2f88770
Author: Raigor <[email protected]>
AuthorDate: Fri Jan 23 15:11:52 2026 +0800

    Fix dead link for graalvm espresso (#37819)
---
 distribution/proxy/src/main/resources/bin/start.sh                     | 3 ---
 .../content/user-manual/common-config/builtin-algorithm/expr.cn.md     | 2 +-
 .../content/user-manual/common-config/builtin-algorithm/expr.en.md     | 2 +-
 3 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/distribution/proxy/src/main/resources/bin/start.sh 
b/distribution/proxy/src/main/resources/bin/start.sh
index 06ea1eff3ed..023ae11dbba 100644
--- a/distribution/proxy/src/main/resources/bin/start.sh
+++ b/distribution/proxy/src/main/resources/bin/start.sh
@@ -96,9 +96,6 @@ fi
 
 JAVA_MEM_OPTS=" -server ${JAVA_MEM_COMMON_OPTS} -Xss1m 
-XX:AutoBoxCacheMax=4096 -XX:+UseNUMA -XX:+DisableExplicitGC 
-XX:LargePageSizeInBytes=128m ${VERSION_OPTS} 
-Dio.netty.leakDetection.level=DISABLED "
 
-
-
-
 MAIN_CLASS=org.apache.shardingsphere.proxy.Bootstrap
 
 unset -v PORT
diff --git 
a/docs/document/content/user-manual/common-config/builtin-algorithm/expr.cn.md 
b/docs/document/content/user-manual/common-config/builtin-algorithm/expr.cn.md
index a106396feb8..3b88e83b04c 100644
--- 
a/docs/document/content/user-manual/common-config/builtin-algorithm/expr.cn.md
+++ 
b/docs/document/content/user-manual/common-config/builtin-algorithm/expr.cn.md
@@ -77,7 +77,7 @@ weight = 10
 
 此为可选实现,你需要在自有项目的 `pom.xml` 主动声明如下依赖。并且请确保自有项目通过 OpenJDK 21+ 或其下游发行版编译。
 
-由于 
https://www.graalvm.org/jdk21/reference-manual/java-on-truffle/faq/#does-java-running-on-truffle-run-on-hotspot-too
 的限制,
+由于 
https://www.graalvm.org/jdk21/reference-manual/espresso/faq/#does-java-running-on-truffle-run-on-hotspot-too
 的限制,
 当此模块在非 GraalVM Native Image 的环境中被使用时,仅在 System Property `os.arch` 为 `amd64` 的 
Linux 上就绪。
 
 Truffle 与 JDK 的向后兼容性矩阵位于 https://medium.com/graalvm/40027a59c401 。
diff --git 
a/docs/document/content/user-manual/common-config/builtin-algorithm/expr.en.md 
b/docs/document/content/user-manual/common-config/builtin-algorithm/expr.en.md
index be7e83fd271..c3bd1f23b70 100644
--- 
a/docs/document/content/user-manual/common-config/builtin-algorithm/expr.en.md
+++ 
b/docs/document/content/user-manual/common-config/builtin-algorithm/expr.en.md
@@ -88,7 +88,7 @@ Example:
 This is an optional implementation. You need to actively declare the following 
dependencies in the `pom.xml` of your own project. 
 And please make sure your own projects are compiled with OpenJDK 21+ or its 
downstream distribution.
 
-Due to the limitation of 
https://www.graalvm.org/jdk21/reference-manual/java-on-truffle/faq/#does-java-running-on-truffle-run-on-hotspot-too,
+Due to the limitation of 
https://www.graalvm.org/jdk21/reference-manual/espresso/faq/#does-java-running-on-truffle-run-on-hotspot-too,
 when this module is used in a non-GraalVM Native Image environment, it is only 
ready on Linux with System Property `os.arch` set to `amd64`.
 
 Truffle's backward compatibility matrix with the JDK is located at 
https://medium.com/graalvm/40027a59c401 .

Reply via email to