Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Java
Fun with Eclipse
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Chris Smith, post: 616672"] As always when analyzing performance data, interpret the values with caution. Since Java is garbage collected and has a somewhat sophisticated collector, it can depend on the memory pressure of the system. For example, if Eclipse claims to be using 200MB of memory in task manager, that may be because the garbage collector hasn't seen a good enough reason to run collection recently. Modern JVM versions do release memory to the operating system occasionally, and that number may quickly shrink when memory is needed. A more complete process viewer can show you the working set size, which is generally a better indicator of the total memory "tied up" with that process. -- [URL="http://www.designacourse.com"]www.designacourse.com[/URL] The Easiest Way To Train Anyone... Anywhere. Chris Smith - Lead Software Developer/Technical Trainer MindIQ Corporation [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Java
Fun with Eclipse
Top