Top "Out-of-memory" questions

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

Catching java.lang.OutOfMemoryError?

Documentation for java.lang.Error says: An Error is a subclass of Throwable that indicates serious problems that a reasonable …

java try-catch out-of-memory
How do I give Jenkins more heap space when it's running as a daemon on Ubuntu?

My Jenkins jobs are running out of memory, giving java.lang.OutOfMemoryError messages in the build log. But I used …

java ubuntu jenkins out-of-memory heap
java8 "java.lang.OutOfMemoryError: Metaspace"

After switching our java application (services running on Tomcat) JRE from Java 7 to Java 8, we started to see java.lang.…

java out-of-memory metaspace
Out of Memory Error ImageView issue

I'm new in Android programming and I got an error that says that my app run out of memory, this …

android out-of-memory
What is the maximum amount of RAM an app can use?

I am quite curious about this question concerning the memory management of the Android operating system so I hope for …

android memory memory-management out-of-memory android-memory
How to handle try catch exception android

I am using a method getBitmap to display images. As I am using this as a method,if it returns …

android exception-handling bitmap out-of-memory filenotfoundexception
OutOfMemoryError: bitmap size exceeds VM budget :- Android

Possible Duplicate: Android: Strange out of memory issue while loading an image to a Bitmap object i am downloading images …

android bitmap out-of-memory
Why am I getting an Out Of Memory Exception in my C# application?

My memory is 4G physical, but why I got out of memory exception even if I create just 1.5G memory …

c# memory-management out-of-memory
PHPStorm/Webstorm increase memory to more than 512MB

I'm using PHPStorm under Win7 64bit with 64bit Java (latest version I guess) and working currently on an insanely big …

jvm out-of-memory phpstorm webstorm windows-7-x64
java.lang.OutOfMemoryError - BitmapFactory.decode(strPath)

I am getting java.lang.OutOfMemoryError, whenever i am calling UploadActivity.java Line Number 176 is: Bitmap bm = BitmapFactory.decodeFile(strPath); …

android bitmap out-of-memory image-capture