|
Re: JVM Pegs CRIO at 100% CPU Regardless of Code
This is almost certainly due to some feature of your code rather than the JVM itself. Our usage seldom goes above 80%.
Are you using the Simple Robot template? If so, do you have a while loop that does not have a Thread.sleep() in it?
|