Top "Out-of-memory" questions

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

What is the best way to prevent out of memory (OOM) freezes on Linux?

Is there a way to make the OOM killer work and prevent Linux from freezing? I've been running Java and …

linux memory linux-kernel out-of-memory
Java OutOfMemory exception: mmap error on loading zip file

I run my app on production env (rhel 5.2 x64, oracle jre 1.7_05, tomcat 7.0.28) with JVM arguments: -Xms8192m -Xmx8192m -XX:…

java out-of-memory java-7 mmap
Volley out of memory error, weird allocation attempt

Sometimes randomly Volley crashes my app upon startup, it crashes in the application class and a user would not be …

android out-of-memory android-volley diskcache
Android Fragments on Backstack taking up too much memory

PROBLEM: I have an Android application that allows a user to browse to a user's profile ViewProfileFragment. Inside ViewProfileFragment a …

android android-fragments memory-leaks out-of-memory
Composer proc_open(): fork failed - Cannot allocate memory

I have this same error as others when running php ~/composer.phar update: The following exception is caused by a …

out-of-memory composer-php centos7
Return code when OOM killer kills a process

I am running a multiprogrammed workload (based on SPEC CPU2006 benchmarks) on a POWER7 system using SUSE SLES 11. Sometimes, each …

linux out-of-memory waitpid return-code
View Pager with Universal Image Loader Out of Memory Error

I am not really sure if a ViewPager with Universal Image Loader can/should be used as an alternate for …

android android-viewpager out-of-memory universal-image-loader
Memorystream and Large Object Heap

I have to transfer large files between computers on via unreliable connections using WCF. Because I want to be able …

c# wcf memory out-of-memory large-object-heap
out of memory Error while writing ByteArrayOutputStream in Android

I have a big problem, that I am reading 2^21 bytes from a video file which resides in Sdcard but when …

android out-of-memory android-memory bytearrayoutputstream
Android: Out of Memory error StringBuilder

In my app, I fetching data from the server in the form of JSON. The data is around 1.5 MB. The …

android out-of-memory stringbuilder httpconnection