Hello!
I have a java application (a game) which is supposed to run as a server. It
is on a dedicated machine with MP capabilities, but currently running 1 Xeon
processor with hyperthreading.
The hyperthreading is causing the process to receive no more than 50% of the
CPU cycles. I've been told that the app needs to be changed to be SMP aware
in order to use all hyperthreading.
A few people have suggested turning hyperhtreading off in the BIOS, but that
has a noticeable performance decrees and actually didn't help the java
program CPU cycles much. Any thoughts?
Thanks!
B-
I have a java application (a game) which is supposed to run as a server. It
is on a dedicated machine with MP capabilities, but currently running 1 Xeon
processor with hyperthreading.
The hyperthreading is causing the process to receive no more than 50% of the
CPU cycles. I've been told that the app needs to be changed to be SMP aware
in order to use all hyperthreading.
A few people have suggested turning hyperhtreading off in the BIOS, but that
has a noticeable performance decrees and actually didn't help the java
program CPU cycles much. Any thoughts?
Thanks!
B-
Comment