Top "Out-of-memory" questions

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

Android Universal Image Loader - how do I set the specs correctly?

I have an app that loads a lot of big images remotely. When I use nostra's Universal Image Loader (https://…

android out-of-memory universal-image-loader
Prevent OutOfMemory when using java.nio.MappedByteBuffer

Consider application, which create 5-6 threads, each thread in cycle allocate MappedByteBuffer for 5mb page size. MappedByteBuffer b = ch.map(…

java nio out-of-memory bytebuffer filechannel
System.OutOfMemoryException - when Entity Framework is querying a too big data of Varbinary type

I'm trying to query a varbinary column that contain a file (1,2 Gb). I'm using Entity Framework. See below: Database to …

c# entity-framework out-of-memory varbinary querying
Insufficient system resources exist to complete the requested service Visual Studio

I have written a form based application in vb.net using Visual Studio 2017 - within Visual Studio it runs successfully. …

vb.net visual-studio out-of-memory mcafee
Need an array-like structure in PHP with minimal memory usage

In my PHP script I need to create an array of >600k integers. Unfortunately my webservers memory_limit is …

php arrays memory-management out-of-memory
Maven Cobertura OutOfMemoryError

I am using Maven site:run to generate a cobertura code coverage... The following is my pom.xml configuration for …

maven-2 maven out-of-memory cobertura
What is the capacity of a BluePrism Internal Work Queue?

I am working in BluePrism Robotics Process Automation and trying to load an excel sheet with more than 100k records (…

memory-management automation out-of-memory blueprism rpa
Memory consumption of BitmapImage/Image control in Windows Phone 8

I am testing a WP8 app and it's image viewer to show many images, I found app's memory consumption is …

c# windows-phone-8 out-of-memory bitmapimage
How to Create a string from a BufferedInputStream using bytes?

I am trying to read a text file and create a string. I am using following code: String FILENAME = "file.…

java android string out-of-memory bufferedinputstream