Red5 / red5-server

Red5 Server core
Apache License 2.0
3.35k stars 985 forks source link

Unrecognized VM option 'UseZGC' #318

Closed mominet2 closed 2 years ago

mominet2 commented 3 years ago

Run red5.bat: Starting Red5 Unrecognized VM option 'UseZGC' Error: Could not create the Java Virtual Machine. Error: A fatal exception has occurred. Program will exit.

Environment: [] Operating system and version: Windows 10 [] Java version: 1.8.0_201 [] Red5 version: 1.2.8

lfengo commented 3 years ago

同上一样错误提示,windows2008r2sp1

mominet2 commented 3 years ago

同上一样错误提示,windows2008r2sp1

这玩意不行,问题太多了,解决一个还有下一个,文档还特别少,已经换成SRS了。

mominet2 commented 3 years ago

JDK8根本就不支持UseZGC这个选项,去掉就可以,但是还有其他各种问题等着你去解决。诸多问题表明这个东西根本就没有进行完整的测试。

supersam-web commented 3 years ago

same problem here!

ssdutlong commented 2 years ago

咋整?

chushiyun2015 commented 2 years ago

这是来自QQ邮箱的假期自动回复邮件。   您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。

mondain commented 2 years ago

The ZGC garbage collector is not available on all platforms using Java 11; if a platform does not have ZGC, simply remove it from the start script options.