Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Jayvardhan-Reddy/Java-Application-Memory-Leaks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

15 Commits

Repository files navigation

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

About

Detect, analyse and prevent the memory leaks on Java based applications.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /