Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Memory Usage - Java.exe

843789Jan 25 2010 — edited Jan 26 2010
Hello All,

Resource Monitor is showing java.exe consuming 351 MB (commit), 161 MB (working) and 150 MB (Private) on startup. The instance persists over time, including over system restarts. Resource Monitor shows it having a PID of 2336, which does not appear as a connection in JConsole (the only connection available is the JConsole connection itself). When the process is closed, a new process is created and the process is cloned before the existing one is destroyed.

I'm running Windows 7, and have JREs and JDKs installed (both x86 and x64 for each) in the default paths.

How can I find out what the instance of java.exe is doing / launched from / why its there at all?

Thanks,
rpk.

Edited for clarity by: swift22 on Jan 25, 2010 3:13 PM
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 23 2010
Added on Jan 25 2010
6 comments
108 views