|
Changing this property to
HIGH or REALTIME
makes the Wrapper and its JVM consume all available CPU first.
It will only yield CPU to other processes when it does not need the cycles itself.
This will cause a number of problems including an unresponsive UI (User Interface).
We have seen problems with timeouts,
between the Wrapper and its JVM,
when the JVM is outputting large quantities of console output and consuming CPU 100%,
for long periods of time.
If you change this default value and if you are experiencing such timeouts,
please return the property to the default NORMAL priority
before contacting our support.
|