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: 616736"] Yes, it's a bit more complex than I'd originally said, but it does make a difference. There are actually two ways. First, IIRC the garbage collector actually does pay attention to memory pressure in the system when deciding whether to release memory to the operating system during collection, Don't hold me to that; it's a distant memory from investigating the workings back when the memory release was first added several years ago. I don't recall the source. Second, the operating system has its own ways to deal with a ballooning process -- by swapping it out -- and the garbage collector *definitely* pays attention to RAM locality when running, so that it will tend to run more often and compact heap space more aggressively if the process is seeing an unusually high number of page faults. -- [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