Using CentOS 6.2, both of these installations are on the same server:
After doing a 'minimal' install Java programs run incredibly slow. After doing a 'software development workstation' install Java programs run at normal speed.
Some information gathered so far:
Enabling services not present in the minimal install, e.g.,
irqbalance
,cpuspeed
has not helpedHave done benchmarks using Phoronix suite to test CPU/RAM/HD speed. These tests all run fine on both installs.
Have done benchmarks using DaCapo suite (which is in Java). These tests all run terribly (that is, 5-50 times slower) on the minimal install.
Have tried multiple versions of JRE: OpenJDK 6, Sun Java 6, Sun Java 7
Have updated to the latest packages with yum
Have verified this slowdown multiple times on two different servers.
Both servers use Xeon dual core processors, and have 16GB of RAM or more
Anyone have any idea what could cause this?