Top "Out-of-memory" questions

An error or exception which is thrown when a program makes a request for memory that cannot be satisfied.

java.lang.OutOfMemoryError: PermGen space error

I've read all kind of solutions for this. A link in a comment in Dealing with “java.lang.OutOfMemoryError: PermGen …

maven out-of-memory permgen
Java - shutting down on Out of Memory Error

I've heard very contradictory things on how to best handle this, and am stuck with the following dilemma: an OOME …

java out-of-memory
Android app out of memory issues - tried everything and still at a loss

I spent 4 full days trying everything I can to figure out the memory leak in an app I'm developing, but …

android android-activity lifecycle out-of-memory
Can the C++ `new` operator ever throw an exception in real life?

Can the new operator throw an exception in real life? And if so, do I have any options for handling …

c++ exception new-operator out-of-memory
How to avoid OOM (Out of memory) error when retrieving all records from huge table?

I am given a task to convert a huge table to custom XML file. I will be using Java for …

java sql out-of-memory large-data-volumes
Tensorflow OOM on GPU

i'm training some Music Data on a LSTM-RNN in Tensorflow and encountered some Problem with GPU-Memory-Allocation which i don't understand: …

tensorflow out-of-memory gpu vram
MemoryError when I merge two Pandas data frames

I searched almost all over the internet and somehow none of the approaches seem to work in my case. I …

python pandas merge out-of-memory
OutOfMemoryError: insufficient memory in IntelliJ?

When I run my project in IntelliJ in debug mode I get the following error. Does anybody know what is …

java intellij-idea out-of-memory intellij-13
Errno::ENOMEM: Cannot allocate memory - cat

I have a job running on production which process xml files. xml files counts around 4k and of size 8 to 9 …

ruby shell out-of-memory fork spawn
How to use JNI bitmap operations for helping to avoid OOM when using large images?

Background most of the times, getting OOM on android is due to using too many bitmaps and/or creating large …

android bitmap android-ndk java-native-interface out-of-memory