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

zhangmingao pushed a commit to branch fix_style_log
in repository https://gitbox.apache.org/repos/asf/pulsar.git

commit 5b312afdedc8a1e9d2f29913f92ff6b08347960f
Author: fangxiaobing <fangxiaob...@kuaishou.com>
AuthorDate: Tue May 20 09:36:04 2025 +0000

    close PerfDisableSharedMem
    
    KDev_MR_link:https://ksurl.cn/ivGJZ3zY
---
 conf/pulsar_env.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/pulsar_env.sh b/conf/pulsar_env.sh
index f95d0ac83c1..bb10ae995b0 100755
--- a/conf/pulsar_env.sh
+++ b/conf/pulsar_env.sh
@@ -66,7 +66,7 @@ done
 
 # Garbage collection options
 if [ -z "$PULSAR_GC" ]; then
-  PULSAR_GC="-XX:+PerfDisableSharedMem -XX:+AlwaysPreTouch"
+  PULSAR_GC="-XX:+AlwaysPreTouch"
   if [[ $JAVA_MAJOR_VERSION -ge 21 ]]; then
     PULSAR_GC="-XX:+UseZGC -XX:+ZGenerational ${PULSAR_GC}"
   else

Reply via email to