Top "Out-of-memory" questions

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

"java.lang.OutOfMemoryError: PermGen space" in Maven build

I'm getting this error while building Maven project, I increased MAVEN_OPTS but all the same, I found some similar …

java maven out-of-memory permgen
C# : Out of Memory exception

Today my application threw an OutOfMemoryException. To me this was always almost impossible since I have 4GB RAM and a …

c# .net out-of-memory
"java.lang.OutOfMemoryError : unable to create new native Thread"

We are getting "java.lang.OutOfMemoryError : unable to create new native Thread" on 8GB RAM VM after 32k threads (ps …

java out-of-memory
Android Studio - How to increase Allocated Heap Size

I've been using Android Studio for 3 months now and one of the apps I started on it has become fairly …

android memory-management crash out-of-memory android-studio
Exception of type 'System.OutOfMemoryException' was thrown.

I got the following problem Description: An unhandled exception occurred during the execution of the current web request. Please review …

asp.net vb.net out-of-memory
java.lang.OutOfMemoryError: Java heap space in Maven

When I run maven test, java.lang.OutOfMemoryError happens. I googled it for solutions and have tried to export MAVEN_…

java maven out-of-memory
How do you add swap to an EC2 instance?

I'm currently running an ec2 micro instance and i've been finding that the instance occasionally runs out of memory. Other …

amazon-web-services amazon-ec2 out-of-memory
Exception in thread "main" java.lang.OutOfMemoryError: Java heap space

I have written a code and I run it a lot but suddenly I got an OutOfMemoryError: Exception in thread "…

java out-of-memory
.NET Out Of Memory Exception - Used 1.3GB but have 16GB installed

I am getting an Out Of Memory exception in my C# application when the memory usage for the application goes …

c# .net out-of-memory
How to solve java.lang.OutOfMemoryError trouble in Android

Altough I have very small size image in drawable folder, I am getting this error from users. And I am …

android bitmap out-of-memory bitmapfactory setbackground