FYI - Tuning Garbage Collection Outline - From http://www.petefreitag.com/articles/gctuning/
摘要: This document is a summary or outline of Sun's document: Tuning Garbage collection with the 1.4.2 Hotspot JVM located here: http://java.sun.com/docs/hotspot/gc1.4.2/
阅读全文
posted @
2009-04-01 17:19 Justin Chen 阅读(1051) |
评论 (0) 编辑
[绝对原创] [Java内存管理精彩概述] JVM Memeory Management Summary - 0 of Series "Inside JVM"
摘要: Java Memory Management is one of the most important Java Core Techniques. It is worth for every developer to spend some time to learn how it works. It is also a very interesting topic. I try to provide an overview on Java Memory Management, so, some detailed are omitted in the slides, please see detailed by the Reference Links in the last page.
阅读全文
posted @
2009-03-26 09:47 Justin Chen 阅读(4655) |
评论 (11) 编辑
GC(Garbage collection) Log and Analysis - 2 of Series "Inside JVM"
摘要: This article is trying to summarize what' the JVM GC log and how can we use it to analyse memory issues.
阅读全文
posted @
2009-03-19 22:27 Justin Chen 阅读(8482) |
评论 (2) 编辑
How to use Eclipse Memory Analyzer to analyze JVM Memeory Issue - 3 of Series "Inside JVM"
摘要: This article will have a simple introduction on new tool – Eclipse Memory Analyzer (previously called SAP memory analyzer) and how to use this tool to find some interesting memory issues.
阅读全文
posted @
2009-02-22 21:29 Justin Chen 阅读(5762) |
评论 (0) 编辑
An Overview on Common JVM Level Problems in Java SE Application - 1 of Series "Inside JVM"
摘要: This message introduced the major JVM-Level problems on Java Development, such as Out of Memeory, Thread Lock etc.
阅读全文
posted @
2009-01-08 22:15 Justin Chen 阅读(3278) |
评论 (3) 编辑