maximum heap size setting and cpu utilization
843829Jun 4 2010 — edited Jun 4 2010On an application running in Windows server 2008 environment with two quad core processors and 16GB of RAM
I ran a multi-threaded process with maximum heap size set to --xMx12000M which was returning a CPU utilization of 12% which was too low although the process was running ok. When increased this setting by 1000M , the CPU utilization went up to 100% which would be the intended figure for this application. Can setting the heap size too low cause this sort of CPU under utilization without throwing an OutOfMemory exception? From an operating system perspective neither run was causing any visible memory issues..