Blogs about: Outofmemoryerror

Featured Blog

Soft and Weak References

prshrivastava wrote 2 months ago: Soft References   Have you encountered a OutOfMemoryError in your Java application? If yes, chances … more →

Tags: Java, SoftReference, WeakReference

java.lang.OutOfMemoryError: PermGen space

dsin wrote 3 months ago: Run Configuration >  Arguments >  VM Arguments  -Xms120m -Xmx2048m -XX:MaxPermSize=1024m   … more →

Tags: Java, permgen, Space

What is OutOfMemoryError in java? How to deal with java.lang.OutOfMemeryError error?

pampanasatyanarayana wrote 9 months ago: This Error is thrown when the Java Virtual Machine cannot allocate an object because it is out of me … more →

Tags: Core Java, Interview Question

Excellent Explanation of PermGen Issues

digulla wrote 10 months ago: If you develop web apps, you have encountered java.lang.OutOfMemoryError: PermGen. Nikita Salnikov-t … more →

Tags: Software, Java, permgen, memory leaks

Convert a 32-bit JIRA install to 64-bit3 comments

asoftwareguy wrote 11 months ago: Along with being a software developer on our project, I have also become the unofficial tools admini … more →

Tags: Java, Jira, Atlassian, 32 bit, 64-bit, heap space, JIRA OutOfMemoryError

Understanding and avoiding the Java Permgen Space error

thiruk wrote 1 year ago: Found a good article on PermGen Space error: In this article, I look into what it means when a Java … more →

Tags: technology, Java, JVM, PermGen space

Anatomy of a PermGen Memory Leak

cdivilly wrote 1 year ago: What is the PermGen? The Permanent Generation (PermGen) Heap is a heap in the JVM dedicated to stori … more →

Tags: OSGi, NoteToSelf, Java, permgen, Tomcat, sun.awt.AppContext, visualvm

tomcat OutOfMemoryError - PermGenSpace

myjavabytes wrote 1 year ago: If you hit upon an OutOfMemoryError when running tomcat with the message PermGenSpace, you need to i … more →

Tags: Tomcat, PermGenSpace, PermSize

Memory leaks in Java

Djellel wrote 1 year ago: Programming in Java relieves from a certain burden of self managing memory allocation/de-allocation, … more →

Tags: Debug, Java

Increase Java heap size for Oracle Map Builder

Prasad wrote 1 year ago: While working with Oracle Map Builder , When I tried Zoom in and Zoom out options  I got the error a … more →

Tags: Others, OBIEE, OBIEE 11g, obiee, obiee11g, Maps, Maps View, heap space, heap memory

Java Heap Memory Analyzer

Badal Chowdhary wrote 1 year ago: Readers, OutOfMemoryError is not unknown to Java developers. Increasing the heap size almost always … more →

Tags: Core Java, memory analyzer, visualize java heap, java memory leaks, java heap analysis, java analyze heap memory, java heap memory error, java heap, java.lang.OutOfMemoryError: Java heap space

Increase memory of Eclipse Ant Runner5 comments

Manuel wrote 1 year ago: I am running the Eclipse ant runner from command line in the following way: set LAUNCHER=xx\xx\org.e … more →

Tags: Eclipse Tools, ant, Memory

Common Java Memory Related Errors

Vimal Mathew wrote 2 years ago: Permgen space related memory issue The above value sets PermGen space that’s a memory area, where co … more →

Tags: Java, jvm memory, Memory, Error, Heap, permgen, native thread, GC overhead

Solution for "java.lang.OutOfMemoryError: Java heap space"

Caleem wrote 2 years ago: When I was trying to Ant build flex/java project in eclipse I kept getting a “Heap Stack Error … more →

Tags: Flex 3, flex 4, Ant Build, Java, java heap space, java.lang.OutOfMemoryError: Java heap space, java.lang.OutOfMemoryError

Issue : "OutOfMemoryError" while building a maven project

KK wrote 2 years ago: Issue : when we are trying to build a maven project, we encountered the following error “java. … more →

Tags: Misc, maven build, maven build OutOfMemoryError

Android Bitmap Scaling9 comments

Jeffrey Blattman wrote 2 years ago: Scaling images is a common task for many applications including those written for Android. The most … more →

Tags: android, image, Bitmap, scale, decode

Out Of Memory e Heap Dumps2 comments

marcelorjava wrote 2 years ago: MEU DEUS! Out Of Memory!  Corram para as montanhas! Este erro apareceu nos logs! Exception in thread … more →

Tags: Troubleshooting, out of memory, Heap, jvm, Leakage

Setting Java Heap Size - 6 Common Errors

తులసిరామ్ Thulasiram wrote 2 years ago: Two JVM options are often used to tune JVM heap size: -Xmx for maximum heap size, and -Xms for initi … more →

Tags: about, Java, JDK, jvm, jvm options, Java Memory, java heap size, Java Performance, java.lang.OutOfMemoryError

Max heap size for an Android application

heejindev wrote 2 years ago: Max heap size for an Android application is 16MB. When the heap size reaches above 16MB, you will ge … more →

Tags: android


Related Tags
All →

Follow this tag via RSS