B
Bob Sullivan
Does anyone know why the Windows task manager reports so much more
memory usage for javaw.exe than the size of the java heap reported by
Runtime.getRuntime().totalMemory()? For example we have an app
running with a heap of 80MB while the task manager shows the memory of
javaw.exe at 111MB. That's a 31MB difference. What might account for
the additional memory?
memory usage for javaw.exe than the size of the java heap reported by
Runtime.getRuntime().totalMemory()? For example we have an app
running with a heap of 80MB while the task manager shows the memory of
javaw.exe at 111MB. That's a 31MB difference. What might account for
the additional memory?