Top "Out-of-memory" questions

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

Jetty 7: OutOfMemoryError: PermGen space on application redeploy

First time app starts correctly. Then I delete webapp/*.war file and paste new version of *.war. Jetty start deploying …

memory-leaks jetty out-of-memory permgen jvm-arguments
Spark Error: Not enough space to cache partition rdd_8_2 in memory! Free memory is 58905314 bytes

When I run a Spark job using its example code BinaryClassification.scala with my own data, it always shows the …

scala out-of-memory apache-spark rdd
High resolution Image - OutOfMemoryError

I am developing an application for the Galaxy S4. One of the requirements of the application is having a SplashScreen …

android image bitmap android-imageview out-of-memory
Why do I get an OutOfMemoryException when I have images in my ListBox?

I want to display all images stored in the Windows Phone 8 photo folder in my custom gallery which uses a …

c# listbox out-of-memory windows-phone-8 photo-gallery
Android Studio: java.lang.OutOfMemoryError

I am trying to get my application to display different views when Image buttons are clicked. Its a fairly simple …

java android android-layout out-of-memory android-studio-2.0
Android Bitmap Limit - Preventing java.lang.OutOfMemory

I'm currently struggling with an odd behavior of the Android platform -- the Bitmap / Java heap memory limit. Depending on …

android out-of-memory
Most memory efficient way to resize bitmaps on android?

I’m building an image-intensive social app where images are sent from the server to the device. When the device …

android performance bitmap out-of-memory
Spark java.lang.OutOfMemoryError : Java Heap space

I am geting the above error when i run a model training pipeline with spark `val inputData = spark.read .option("…

apache-spark out-of-memory spark-submit
How to use java memory histogram "jmap"

We have java streaming server running in production and it requires ~10GB of RAM for operation so we have 32GB …

java out-of-memory jmap