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) 評(píng)論(0)  編輯  收藏 所屬分類: Scala / Java

          主站蜘蛛池模板: 肥西县| 太湖县| 修水县| 鹤峰县| 永安市| 香格里拉县| 阿克苏市| 德兴市| 武清区| 永春县| 芜湖市| 汝阳县| 建阳市| 寿光市| 蚌埠市| 左权县| 东丽区| 赞皇县| 花莲市| 棋牌| 宣威市| 东兰县| 溧水县| 融水| 永宁县| 连州市| 霍林郭勒市| 哈巴河县| 从江县| 高邮市| 宁强县| 抚松县| 漯河市| 格尔木市| 五大连池市| 开化县| 清丰县| 平果县| 英德市| 辰溪县| 茂名市|