¡@

Home 

java Programming Glossary: leaks

Memory leak traps in the Java Standard API

http://stackoverflow.com/questions/1281549/memory-leak-traps-in-the-java-standard-api

What classes of the Java Standard API can cause memory leaks when used in an not obviously incorrect way And how can these.. in an not obviously incorrect way And how can these memory leaks be avoided fixed Example ObjectInputStream and ObjectOutputStream.. or after each top level object. java api memory leaks share improve this question A big one is that getting substrings..

How to set the maximum memory usage for JVM?

http://stackoverflow.com/questions/1493913/how-to-set-the-maximum-memory-usage-for-jvm

by this process. java memory memory management memory leaks profiling share improve this question use the arguments..

Circular References in Java

http://stackoverflow.com/questions/176745/circular-references-in-java

any exceptions. java memory memory management memory leaks garbage collection share improve this question Only a very..

How do I analyze a .hprof file?

http://stackoverflow.com/questions/185893/how-do-i-analyze-a-hprof-file

what you can do is mind blowingly good for finding memory leaks etc including running a form of limited SQL OQL against the..

Why did java have the reputation of being slow? [closed]

http://stackoverflow.com/questions/2163411/why-did-java-have-the-reputation-of-being-slow

because people were using it stupidly and getting memory leaks. Array copy is highly optimized. In the lastest versions Java..

JDBC MySql Connection Pooling practices

http://stackoverflow.com/questions/2313197/jdbc-mysql-connection-pooling-practices

indicates a typical case of application code which leaks database connections. You need to ensure that you acquire and..

Java still uses system memory after deallocation of objects and garbage collection

http://stackoverflow.com/questions/324499/java-still-uses-system-memory-after-deallocation-of-objects-and-garbage-collecti

seems to work just fine java memory management memory leaks garbage collection share improve this question Many JVMs..

To prevent a memory leak, the JDBC Driver has been forcibly unregistered

http://stackoverflow.com/questions/3320400/to-prevent-a-memory-leak-the-jdbc-driver-has-been-forcibly-unregistered

if that's good to know after all. Those kind of memory leaks are one of the major causes behind OutOfMemoryError issues during..

CMSPermGenSweepingEnabled vs CMSClassUnloadingEnabled

http://stackoverflow.com/questions/3717937/cmspermgensweepingenabled-vs-cmsclassunloadingenabled

root cause of perm gen issues is still usually Classloader leaks this is more about the message that the JVM produces if we use..

How to find a Java Memory Leak

http://stackoverflow.com/questions/40119/how-to-find-a-java-memory-leak

this question I use following approach to finding memory leaks in Java. I've used jProfiler with great success but I believe..

Using HeapDumpOnOutOfMemoryError parameter for heap dump for JBoss

http://stackoverflow.com/questions/542979/using-heapdumponoutofmemoryerror-parameter-for-heap-dump-for-jboss

unix server through the console Thanks java jboss memory leaks heap share improve this question Here's what Oracle's documentation..

Creating a memory leak with Java

http://stackoverflow.com/questions/6470651/creating-a-memory-leak-with-java

start creating one. What would an example be java memory leaks share improve this question Here's a good way to create a..

Recycle ImageView's Bitmap

http://stackoverflow.com/questions/7009086/recycle-imageviews-bitmap

put as image on ImageView Thanksb java android memory leaks bitmap share improve this question In your onDestroy method..

Memory leak when redeploying application in Tomcat

http://stackoverflow.com/questions/7788280/memory-leak-when-redeploying-application-in-tomcat

impact or can they be ignored I used the Find Memory leaks option in tomcat manager and it says No memory leaks found .. leaks option in tomcat manager and it says No memory leaks found java memory leaks ehcache share improve this question.. manager and it says No memory leaks found java memory leaks ehcache share improve this question When you redeploy your..

Dealing with “java.lang.OutOfMemoryError: PermGen space” error

http://stackoverflow.com/questions/88235/dealing-with-java-lang-outofmemoryerror-permgen-space-error

an application a few times. java exception memory leaks permgen share improve this question The solution was to add..

What makes reference comparison (==) work for some strings in Java?

http://stackoverflow.com/questions/9698260/what-makes-reference-comparison-work-for-some-strings-in-java