简体   繁体   English

无法识别的VM选项

[英]Unrecognized VM option

I have seen an issue with ReduceInitialCardMarks, where sometimes on the same JVM on one machine it does not recognize this VM option were as on another machine it works perfectly fine. 我已经看到了ReduceInitialCardMarks的问题,有时在一台机器上的同一个JVM上,它无法识别这个VM选项,就像在另一台机器上一样,它工作得非常好。 The VM does not start. VM无法启动。 What is making it fail sometimes ? 是什么让它有时失败? When does an unrecognized VM option occur ? 何时出现无法识别的VM选项?

The issue is with the VM. 问题在于VM。 Java Server VM recognizes this option while Java Client VM does not. Java Server VM识别此选项,而Java Client VM则不识别。

Type java without parameters to see that the particular virtual machine supports. 键入不带参数的java以查看特定虚拟机是否支持。 Type java -X to see help on extended options. 输入java -X以查看有关扩展选项的帮助。 Especially extended options may not work on other virtual machines, only very few of them (like -Xmx ) are somewhat more standard. 特别是扩展选项可能无法在其他虚拟机上运行,​​只有极少数(如-Xmx )更为标准。

Your question does not contain enough information to advice anything more. 您的问题没有足够的信息来提供更多建议。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM