gpt4 book ai didi

Java "Unrecognized VM Option"

转载 作者:行者123 更新时间:2023-12-01 22:10:47 32 4
gpt4 key购买 nike

我正在使用以下命令运行 Java:

java -Xms3G -Xmx3G -Xmn1G -XX:TargetSurvivorRatio=80 -XX:MaxTenuringThreshold=15 -XX:+UseParNewGC -XX:+UseConcMarkSweepGC -XX:+DisableExplicitGC -XX:MaxGCPauseMillis=40 -XX:GCPauseIntervalMillis=150 -XX:+AgressiveOpts -XX:+TieredCompilation -XX:ReservedCodeCacheSize=1G -XX:+UseCodeCashFlushing -XX:CompileThreshold=1000 -jar spigot.jar

同样在这里,不使用滚动条:

java -Xms3G -Xmx3G -Xmn1G -XX:TargetSurvivorRatio=80 -XX:MaxTenuringThreshold=15 -XX:+UseParNewGC -XX:+UseConcMarkSweepGC -XX:+DisableExplicitGC -XX:MaxGCPauseMillis=40 -XX:GCPauseIntervalMillis=150 -XX:+AgressiveOpts -XX:+TieredCompilation -XX:ReservedCodeCacheSize=1G -XX:+UseCodeCashFlushing -XX:CompileThreshold=1000 -jar spigot.jar

并且,在运行时,我收到此错误:

Unrecognized VM option: 'AgressiveOpts'

Did you mean '(+/-)AgressiveOpts'?

Error: Could not create the Java Virtual Machine.

Error: A fatal exception has occured. Program will exit.

我知道我的命令一定是错误的,但我无法确定问题所在。

最佳答案

您使用的参数中有一个拼写错误。它应该是 AggressiveOpts,带有两个“g”。

关于Java "Unrecognized VM Option",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31900992/

32 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com