Top "Out-of-memory" questions

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

PySpark: java.lang.OutofMemoryError: Java heap space

I have been using PySpark with Ipython lately on my server with 24 CPUs and 32GB RAM. Its running only on …

java apache-spark out-of-memory heap-memory pyspark
How to solve "GC overhead limit exceeded" using maven jvmArg?

When running a class I have the following exception: Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded …

java scala maven garbage-collection out-of-memory
Maven throws "java.lang.OutOfMemoryError"

I'm compiling an open source project with "mvn install" but ended up with java.lang.OutOfMemoryError: Java heap space. I …

java maven-2 out-of-memory
Android OutOfMemoryError:?

I am sporadically getting an OutOfMemoryError: (Heap Size=49187KB, Allocated=41957KB) in one of my apps. What can I do …

android out-of-memory image-load
Android java.lang.OutOfMemoryError?

04-25 08:19:10.111 2431-2603/com.example.francesco.guidedautorewithtabs E/art﹕ Throwing OutOfMemoryError "Failed to allocate a 4194316 byte allocation with 1983651 free bytes and 1937…

android performance memory-leaks out-of-memory image-caching
Suggestions to avoid bitmap Out of Memory error

I am working on an android application. The application has a view containing lots of image. I had an error, …

android bitmap heap out-of-memory
OutOfMemoryException while populating MemoryStream: 256MB allocation on 16GB system

I'm running the following method on my development IIS server (from VS2010 IDE) on a 64-bit Windows 7 machine with 16GB …

c# asp.net memory out-of-memory
Why does heap space run out only when running JUnit tests?

When running JUnit tests, I always seem to run into this error: eclipse outOfMemoryError: heap space I have monitored Eclipse …

java eclipse junit out-of-memory
How to solve java.lang.OutOfMemoryError: GC overhead limit exceeded error in android studio

I am using android studio 1.0 RC for 64 bit linux. When I run my application I am getting "java.lang.OutOfMemoryError: …

android garbage-collection out-of-memory
Understanding JVM Memory Allocation and Java Out of Memory: Heap Space

I'm looking into really understanding how memory allocation works in the JVM. I'm writing an application in which I'm getting …

java memory memory-management jvm out-of-memory