2011年3月4日のブックマーク (2件)

  • Eclipse Memory Analyzer Screenshots | The Eclipse Foundation

    Overview Get an overview of the heap dump: Size and total number of objects at the top, then a pie chart with the biggest objects and links to continue the analysis. Histogram The histogram lists the objects grouped by their class. The Memory Analyzer can approximate the retained size very quickly. This is a good indicator where to continue with the analysis. Dominator Tree The Dominator Tree list

    Eclipse Memory Analyzer Screenshots | The Eclipse Foundation
    suzuki09
    suzuki09 2011/03/04
    OutOfMemoryError
  • Hotspot VMの基本構造を理解する

    J2EEがミッションクリティカルな分野に適用されるようになり、Javaのパフォーマンスチューニングの重要性はさらに高まっています。パフォーマンスチューニングにはさまざまなパラメータがありますが、中でもJava VMに関連するチューニングの効果は大きいといわれています。稿は、Java VMに関連するチューニング手法を学ぶための前提知識を提供することを目的にしています(編集部)。 Java VMに関連するチューニングを行い、J2EEアプリケーションのパフォーマンスを上げるためには、Java VMについて詳しく知る必要があります。稿は2回に渡ってJava VMの基構造と動作原理を詳細に解説しますが、内容を理解するためにはプログラムがコンピュータ上で動作する基原理とJava VMの基用語を知っている必要があります。Java VMの基用語に関しては、「実行スピードに挑戦するJavaアーキ

    Hotspot VMの基本構造を理解する
    suzuki09
    suzuki09 2011/03/04
    OutOfMemoryError