Git Product home page Git Product logo

java-application-memory-leaks's Introduction

Java Application Memory Leaks

Empowering you to perform Heap dump generation & Analysis using JMAP, JMAT, JVisualVM Tools. ๐Ÿ’ฏ

As part of this you will learn.

โšก How to generate Heap dump using various tools inorder to detect, the memory leaks that occur as part of your application.

  • Check the below link on how to install and use the tool.

๐Ÿ”— Heap Dump Generation Tools

โšก How Inefficeint coding can lead to Memory Leak

  • Check below link for detailed explaination.

๐Ÿ”— Analysis of Memory Leak

๐Ÿšซ Various reasons for this to occur :shipit:

  • Objects are continuously instantiated without being released.
  • Unclosed Connections (DataBase Leak)
  • Static Field holding on to the Object Reference
  • Adding Objects with no hashCode() and equals() into a HashMap
  • Verbose

java-application-memory-leaks's People

Contributors

jayvardhan-reddy avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.