Analysis of heap dump file for Eclipse Memory Analytics

Source: Internet
Author: User

Heap Dump Files1. Create a new project and set the size of the Eclispe Java heap:(1) Limit Java heap Size: The minimum-xms parameter is the same as the maximum value-XMX parameter setting to avoid the expansion of the heap-xmx20m-xms20m-xmn10m-xss1m (2) by parameter: -xx:+heapdumponoutofmemoryerrorAllows the VM to dump the current memory heap dump snapshot when a memory overflow exception occurs         -xmx20m-xms20m-xmn10m-xss1m-xx:+heapdumponoutofmemoryerrorsimulated heap Overflow code:
 Public class heapoom {    staticclass  oomobject{            }            publicstatic  void  main (string[] args) {        Listnew arraylist<>();                  for (int i = 0; I >= 0; i++) {            list.add (new  oomobject ());             }}}

Console:

Local dump fileView Memory Analysis Generation Analytics report

To view more information:

Analysis of heap dump file for Eclipse Memory Analytics

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.