I'm not a TomCat expert, but I'm curious, what exactly does "host uses suboptimal jit compiler" mean?
I found this on the Zapcat website as well: "The template queries the compiler type and the accumulated compiler time. The latter is not of great interest, but the compiler name is important to check. To help with this, there is also a trigger named “jvm uses suboptimal jit compiler”. If this trigger is true, you know that adding the flag “-server” to the Java command line is likely to give you a nice performance boost."
And I'm even more confused on what I should be doing.
Suggestions?
I found this on the Zapcat website as well: "The template queries the compiler type and the accumulated compiler time. The latter is not of great interest, but the compiler name is important to check. To help with this, there is also a trigger named “jvm uses suboptimal jit compiler”. If this trigger is true, you know that adding the flag “-server” to the Java command line is likely to give you a nice performance boost."
And I'm even more confused on what I should be doing.
Suggestions?
Comment