Skip to content

linkis可以支持arm架构机器使用吗 #5077

Answered by casionone
prologueyan-hr asked this question in Q&A
Discussion options

You must be logged in to vote

The main point to note is that some versions of ARM's architecture jdk1.8 do not support G1GC garbage collection mode. You need to adjust the JVM parameters of the startup script.

  • Service startup on the arm machine (the startup script needs to remove UseG1GC)
  • The startup of the ec engine specifies separate startup parameters (wds.linkis.engineConn.javaOpts.default is specified in the linkismanager configuration file)

主要需要注意的点,ARM的架构 jdk1.8部分版本不支持G1GC垃圾回收模式 需要调整启动脚本的JVM参数

  • arm机器上的服务启动(启动脚本需要移除UseG1GC)
  • ec引擎的启动 指定了单独的启动参数(linkismanager配置文件中指定了wds.linkis.engineConn.javaOpts.default )

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by prologueyan-hr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants