Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: VM option 'UseG1GC' is experimental and must be enabled via -XX:+UnlockExperimentalVMOptions #6841

Open
2 of 3 tasks
Twzt opened this issue May 11, 2024 · 2 comments
Open
2 of 3 tasks

Comments

@Twzt
Copy link

Twzt commented May 11, 2024

Search before asking

  • I had searched in the issues and found no similar issues.

What happened

seatunnel-2.3.5集群模式在arm服务器上无法启动
服务器:Linux ky10h.aarch64
seatunnel: 2.3.5
jdk: 1.8.0_333

SeaTunnel Version

2.3.5

SeaTunnel Config

jvm_options:

-Xms2g
-Xmx2g

# JVM Dump
-XX:+HeapDumpOnOutOfMemoryError
-XX:HeapDumpPath=/tmp/seatunnel/dump/zeta-server

# Metaspace
-XX:MaxMetaspaceSize=2g

# G1GC
-XX:+UseG1GC

Running Command

./seatunnel-cluster.sh

Error Exception

Error: VM option 'UseG1GC' is experimental and must be enabled via -XX:+UnlockExperimentalVMOptions.
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.

Zeta or Flink or Spark Version

No response

Java or Scala Version

java 1.8.0_333

Screenshots

微信图片_20240511153120

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@EricJoy2048
Copy link
Member

Can you add -XX:+UnlockExperimentalVMOptions to jvm_options file to test again;

@Twzt
Copy link
Author

Twzt commented May 15, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants