Loading...
Uploaded by RuthJ180 on Jun 12, 2010
This video shows how to find Java memory leaks with JProfiler. The code in the video can be found at http://www.amazingknife.com/tag/java. ej-technologies has a good video for memory leak detection using JProfiler here: http://blog.ej-technologies.com/2009/04/in-screencast-below-i-show-strategy-f...
Science & Technology
Standard YouTube License
..so how do you fix a memory leak?
Chowan30 1 year ago
@Chowan30 The garbage collector cleans up unused objects. An object is considered unused when it is no longer referenced.
So to fix the memory leak, the references need to be removed.
RuthJ180 1 year ago
good & simple. Thanks!
jcferelloc 1 year ago
Was useful .. thanks !
rajeevrp 1 year ago
Thank you
StasUA87 1 year ago
Load more suggestions
..so how do you fix a memory leak?
Chowan30 1 year ago
@Chowan30 The garbage collector cleans up unused objects. An object is considered unused when it is no longer referenced.
So to fix the memory leak, the references need to be removed.
RuthJ180 1 year ago