How to leak memory in java?

Asked by Cynthia

Report
in progress 24
17 Answers 106 views

Leave a reply to Cynthia : leak memory in java


Answers ( 17 )

  1. In JavaScript, we rarely think about memory management. It appears natural that we create variables, use them and the browser takes care about low-level details.
    Read More

    Ratings : 28 %   

      
  2. Memory leak in C/C++ :

    how to leak memory in java

    Ratings : 21 %   

      
  3. JavaScript and memory leaks. Credits: This tutorial is written by Volkan. He runs the site Sarmal, a bilingual site featuring all his work, products, services
    Read More

    Ratings : 33 %   

      
  4. Find & Fix Java Memory Leaks With J Optimizer :

    how to leak memory in java

    Ratings : 66 %   

      
  5. From Java Code to Java Heap: Understanding the Memory Usage of Your Application :

    how to leak memory in java

    Ratings : 70 %   

      
  6. +1 ClassLoader leaks are some of the most commonly painful memory leaks in the JEE world, often caused by 3rd party libs that transform data (BeanUtils, XML/JSON codecs).
    Read More

    Ratings : 24 %   

      
  7. Detect Java Memory Leaks :

    how to leak memory in java

    Ratings : 41 %   

      
  8. A memory leak is when no pointers/references to an allocated block of memory exist. Secondly, in C and C++ you don’t need to allocate every variable on the heap.
    Read More

    Ratings : 69 %   

      
  9. It's also possible to have many small, unrelated memory leaks in a single application. This situation is rarely seen, because it can be caused only by some
    Read More

    Ratings : 44 %   

      
  10. Nastel TechTalk - A Quick Way to Detect Memory Leaks Across Multiple Java VMs :

    how to leak memory in java

    Ratings : 25 %   

      
  11. Finding a memory leak with JProfiler :

    how to leak memory in java

    Ratings : 15 %   

      
  12. Nastel TechTalk - Java Memory Leaks II - Detection to diagnostics :

    how to leak memory in java

    Ratings : 21 %   

      
  13. JVM Heap Dump Analysis - OpenJPA memory leak :

    how to leak memory in java

    Ratings : 67 %   

      
  14. Memory Leaks in Java :

    how to leak memory in java

    Ratings : 13 %   

      
  15. I bet you have a memory leak - Nikita Salnikov-Tarnovski co-founder of Plumbr :

    how to leak memory in java

    Ratings : 9 %   

      
  16. Java Memory Leak Detection with JProfiler :

    how to leak memory in java

    Ratings : 59 %