An error or exception which is thrown when a program makes a request for memory that cannot be satisfied.
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 pysparkWhen 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-memoryI'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-memoryI am sporadically getting an OutOfMemoryError: (Heap Size=49187KB, Allocated=41957KB) in one of my apps. What can I do …
android out-of-memory image-load04-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-cachingI am working on an android application. The application has a view containing lots of image. I had an error, …
android bitmap heap out-of-memoryI'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-memoryWhen running JUnit tests, I always seem to run into this error: eclipse outOfMemoryError: heap space I have monitored Eclipse …
java eclipse junit out-of-memoryI 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-memoryI'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