I developed a game that use 2 textures (one is 2048x2048 and other is 1024x2048) beside that i use 7 background pictures as level images (each 640x960). i got Out of Memory (OOM) when payment successful is pop out (inapp billing), i traced the log an
I'm trying to figure out how to insert large amount of numbers into a binary tree. The program starts off by asking a number and inserts 0 to whatever number the user inputted. My program works but it starts to crash around 40,000 where I get the err
When I run my project in IntelliJ in debug mode I get the following error. Does anybody know what is the cause? I already increased my heap size in idea.vmoptions: -ea -server -Xms1g -Xmx3G -Xss16m -Xverify:none -XX:PermSize=512m -XX:MaxPermSize=1024
I am trying to debug where in the my app I am consuming all memory and causing the app to crash. It all loads up find but as I scroll down the grid view I load more images to the GridView all ok. If I scroll back up I can see they are being loaded fr
I created a Meteor application, deployed it using (meteor build ., tar and node main.js), on the live server using pm2. I tested the application using siege -q -c1000 -t15s http://127.0.0.1:3000 a few times, and the memory usage continuously goes up.
My program will produce several .csv files from standard input (total of about 15 GB) and output them as adjacency list. This works quite well so far. However, I have the problem that at some point the RAM is not enough because the HashMap has too ma
I'm getting a "Not Enough Memory Error" when exporting from the newest Lightroom Version: 5.7.1. When I switch over to the "Library" module and export from there it works fine. But if I switch to the "Develop" module I get the error. If I close out o
We have implement Mongo Database with C# driver in asp.net application. We are facing the memory issue. The mondod.exe service keeps increase but not decrease, and automatic connection accepted and end connection. The below mentioned code we have imp
public class CarBP extends Activity { List<String> brakesList = new ArrayList<String>(); public static ListView brakesListView; public static int p; public ArrayAdapter arrayAdapter; public String carT; DataBaseHelper myd; protected void
I have a table with almost 3 million records in it. I want to be allow a user to query large sections of it, or even the whole table. I'm new to hbase/hadoop (and fairly inexperienced in db management). In my current approach, my function scans for t
We use camel with a webservice-endpoint starting a route. This works well so far. Now I tested some 'larger' file of just 15MB and the route runs into a OutOfMemoryError. Heapsize is 1280MB (-Xms128m -Xmx1280m). Is there a limit for the memory, a rou
I'm re-writing an Android app where each activity (there are several) displays a background image. The user may change this image and so I've done the following: Created MyAppApplication (extends Application), a reference to which is set up in onCrea
What is the best ways to get notified about the critical memory usage / remaining available memory? I'm currently working on a cache implementation, where cache size should adapt dynamically to available memory. --------------Solutions------------- Y
I have a really big problem, i need to load pictures (on the fly) within my Adapter for ListView. The problem is that pictures have 'Authorization access' and i need Override this to add Header info @Override public Map<String, String> getHeade
I have an application made which draws a square on the screen. The user can move the square around, increase its width and height using his/her finger (touch events) etc etc. The user is also able to add any number of squares and move them separately
I have an ASP.NET page that has a FileUpload control inside. When I try to upload a third file I am getting: System.OutOfMemoryException at System.Convert.FromBase64String(String s) at System.Web.UI.ObjectStateFormatter.Deserialize(String inputString
Dear programmers, i wrote a program wich target a Windows Mobile platform (NetCF 3.5). My programm has a method of answers check and this method show dynamically created pictureboxes, textboxes and images in new form. Here is a method logic: private
Our tomcat server threw out "java.lang.OutOfMemoryError: Java heap space", but the heap size in dump file is only 1.7GB, and the -Xmx is 4GB. I'm not sure what's happened, could you help me? Environment: Redhat tomcat6 jdk6 --------------Solutions---
we have a web application (racktables) that's giving us grief on our production box. whenever users try to run a search, it gives the following error: Pdo exception: PDOException SQLSTATE[HY000]: General error: 5 Out of memory (Needed 2057328 bytes)
I have a Page Viewer and inside every page I have list View , this list view will have 10 records using a web service , so the page viewer use three calls of the web service to populate three pages (the current , the left and the right page) but afte