xyismy commented on issue #37767:
URL: https://github.com/apache/doris/issues/37767#issuecomment-2249706124

   本地测试可以自行修改 bin/start_be.sh 脚本,找到下面代码注释它( doris 版本不同,代码不同,可以自己找对应的 swap 
检查代码),启动 be 时就不会检查 swap 了
   
     if [[ "$(swapon -s | wc -l)" -gt 1 ]]; then
         echo "Please disable swap memory before installation."
         exit 1
     fi


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to