Chan Chen Coding...

          memory leak tools

          JProfile or YourKit

          Finding a memory leak can be difficult, even when you've got some good tools to give you an idea what's happening in your heap. If you can narrow down the operations that are leak suspects that goes a long way to finding the problem.

          However, if you aren't sure where to start, your best bet is to find a good profiler that will let you walk the heap. My favorites are JProfiler and YourKit, though some of the others people here have suggested are decent as well. They both cost money, but getting a trial license isn't terribly difficult.

          Once in there you'll want to look for what objects are taking up the most heap size. Unfortunately, it's almost always char[], byte[], and String taking up the most space, so you can walk the heap to find what objects are holding onto the largest instances of those objects. Also, the profiler should have the ability to show you the deep size of an object, so be on the lookout for instances of your own classes that have fairly large deep sizes.

          Another technique is if you have a suspect operation, is to see if the heap is growing as you perform the operation. The profiler will have the ability to force a garbage collection (you can also do this through jconsole), so perform this operation before and after your operation and see if the heap has grown in size.

          Sometimes the leak could be undetectable by these means though since you might see totally random results. A few months ago, I was looking at a leak that was caused by someone synchronizing the finalize method of an object which halted garbage collection. Another time, the leak wasn't a leak, but rather just a certain request was throwing out of memory because even though the heap was 50% free, there wasn't a large enough contiguous block for that request. So it's a lot of trail and error, and the best approach is to try to form a hypothesis and prove it to be true or false as quickly as you can.



          -----------------------------------------------------
          Silence, the way to avoid many problems;
          Smile, the way to solve many problems;

          posted on 2012-07-19 03:00 Chan Chen 閱讀(218) 評論(0)  編輯  收藏 所屬分類: Scala / Java

          主站蜘蛛池模板: 阳朔县| 民丰县| 隆化县| 瑞金市| 逊克县| 南木林县| 汝南县| 南华县| 临江市| 巴塘县| 夏河县| 锡林浩特市| 高要市| 福贡县| 兴业县| 北碚区| 海阳市| 方正县| 曲沃县| 娱乐| 阿坝县| 盐亭县| 洞头县| 若羌县| 旺苍县| 榆社县| 醴陵市| 西乌| 兖州市| 武邑县| 湖南省| 白河县| 梨树县| 上蔡县| 赤水市| 呈贡县| 澄城县| 泊头市| 山东省| 武平县| 如东县|