Tagged Questions
The outofmemory tag has no wiki summary.
7
votes
2answers
146 views
Java Heap Space - How does -Xmx work exactly?
I have encountered the infamous OutOfMemoryException in my application and instead of simply increasing the amount of Heap Space available I tried to look into what the problem was, just in case, ...
7
votes
2answers
2k views
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 to resume the file and I don't want to be limited in my filesize by WCF, I am ...
5
votes
1answer
989 views
How to find out how much free heap size is available for bitmap for Android 2.*?
Our application uses a lot of bitmaps. It works fine for example on G1, XOOM. But on HTC Desire there is an OutOfMemory error. In code we use try/catch(OutOfMemoryError e) and all devices(except ...
5
votes
4answers
3k views
Display big image from SD card in Android
In Android, how do you display an image (of any size) from the SD card, without getting an out of memory error?
Is it necessary to put the image in the Media Store first?
A pseudo-code example ...
4
votes
3answers
74 views
Out of memory in Matlab - how to do in-place operation on matrix elements?
I am loading a quite large matrix into Matlab. Loading this matrix already pushes Matlab to its limits - but it fits.
Then I do the following and I get an out-of-memory error.
data( :, 2:2:end, :, ...
4
votes
1answer
2k views
android java.lang.OutOfMemoryError
all,
when i download large data from website, i got this error information:
I/global (20094): Default buffer size used in BufferedInputStream constructor.
It would be better to be explicit if an 8k ...
4
votes
1answer
790 views
Neo4j OutOfMemory problem
This is my source code of Main.java. It was grabbed from neo4j-apoc-1.0 examples. The goal of modification to store 1M records of 2 nodes and 1 relation:
package javaapplication2;
import ...
3
votes
4answers
85 views
Why does a foreach loop which iterates more than 10,000 times run out of memory?
I'm developing a PHP script that loops/iterates more that 10,000 times:
foreach ($array_with_items as $item) {
// Instantiate the object
$obj_car = new CarAds($puk, 'ENG', '5');
...
3
votes
1answer
686 views
Android Drawable.createFromStream allocated too much memory
I'm creating a Drawable from an http stream by doing the following.
HttpClient client = new DefaultHttpClient();
HttpGet get = new HttpGet(url);
HttpResponse response = ...
3
votes
2answers
1k views
GDI+ & Delphi, PNG resource, DrawImage, ColorConversion -> Out of Memory
I have started to toy around with GDI+ in Delphi 2009. Among the things that I wanted to do was to load a PNG resource and apply a Color Conversion to it when drawing it to the Graphics object. I am ...
3
votes
4answers
3k views
JVM throws OutOfMemory during gc though there are plenty memory left
I have my java application configured to use 5G memory. I got an OutOfMemory out of blue. I inspected the gc log and found plenty of memory left: young generation occupies 4% allocated space, tenure ...
2
votes
5answers
116 views
Large string array causing out of memory exception (C#)
I have written a c# win forms application that allows the user to open a log (text) file and view the log lines in a data grid. The application formats that log data so that the user can filter, ...
2
votes
1answer
233 views
Simple C# Array throwing OutOfMemory exception
I have a fairly large, fairly simple, array that's tracking 750,000 entries. In 64-bit .NET it works fine; however on the 32-bit client it's failing with an OutOfMemory exception. I know I'm not ...
2
votes
0answers
148 views
How can Android leak memory while the App's memory remains stable
Android runs out of memory and restarts applications even though the amount of memory that Runtime reports that it is using remains nearly constant.
How can an Android phone run out of memory when ...
2
votes
2answers
253 views
SSIS - out of memory error again
I have cca 25 databases which I need to consolidate into 1 database. First I tried to build a ssis package which would copy all data from each table into one place but then I got error:
...
2
votes
0answers
279 views
OOM Killer strikes although overcommit_memory is set to 2
I have application running for hours in embedded Linux, when suddenly the OOM Killer jumps out.
I set overcommit_memory=2 and overcommit_ratio=50 to provoke the situation and catch the possible ...
2
votes
2answers
306 views
Out Of memory error - Bitmap exceeds VM budget in Android while using bitmaps in maps?
I am plotting images of height and width equal to device screen as an overlay item in Android. But when the number of images exceeds the app crashes with Out Of Memory error - Bitmap exceeds VM ...
2
votes
2answers
109 views
Java/MySQL Insert causing OutofMemory Exception
I have been designing a Java server, connected via PHP, that accepts a series of protein chains and performs computations on each of them. The computations are handled by external Perl scripts which ...
2
votes
1answer
485 views
Problem with big images ( java.lang.OutOfMemoryError: bitmap size exceeds VM budget )
as a many people i have a problem with big images too.
ok,here my code. I found on stackoverflow how to fix this using BitmapFactory.Options. But in my situations i get image not from file. Can ...
2
votes
1answer
128 views
OutOfMemory error while Encrypting
First off, this is the error I am getting
java.lang.OutOfMemoryError
at coderaustin.com.FileEncryptor.encryptFile(FileEncryptor.java:56)
at coderaustin.com.Main.onCreate(Main.java:41)
at ...
2
votes
1answer
255 views
Google API MapView OutOfMemory after setting the MapView to specific width and height
i searched for this Problem, and i found some stackoverflow Questions about the same but without any idea how to resolve the problem.
I created an activity and i want to add a really small mapview ...
2
votes
5answers
487 views
decode large base64 from xml in java: OutOfMemory
I need to write a base64 encoded element of an xml file into a separate file. Problem: the file could easily reach the size of 100 MB. Every solution I tried ended with the ...
2
votes
1answer
101 views
Dealing with memory making Swing animations
It's my first time writting there but after reading and searching a lot about the subject I'm going to explain, I didn't found anything useful for me (I've checked a post of a guy explaining something ...
2
votes
2answers
695 views
Use of SAX parser in Android - OutOfMemory Issue
I have been using a SAX parser for a while now to get data from various XML, but today i'm banging my head on a new problem with a hudge XML (compared to the previous ones . here around 12k lines) ...
1
vote
1answer
53 views
Android ListView Row Background's causing OutOfMemory Issue
I have a fragment which pulls down data from a webservice and displays this in a ListView. I have 10 different selectors which can are used for the Row Backgrounds. The background are repeated once it ...
1
vote
1answer
128 views
C# System.OutOfMemoryException was unhandled
i use foreach to read all the image from a folder
string[] filePaths = Directory.GetFiles(Workspace.InputFolder, "*.*");
foreach (string imageFile in filePaths)
{
...
1
vote
3answers
108 views
Seemingly inconsistent OutOfMemory crashes on different Android devices
I am making a game which has to load all bitmaps at start because in the in-built game editor the user can put any of the sprites into the level. Also levels use various sprites without any system ...
1
vote
1answer
150 views
Android external allocation too large, but why?
I have a large image 1.28 MB (1,343,488 bytes) that I use in my app, however I wanted to change a few things and created a new image that was instead only 292 KB (299,008 bytes) in size. I created ...
1
vote
0answers
91 views
ANDROID: How to get Available memory before loading files
I try to load a text file of around 1.2 MB in a word processing apps. I have lot of maxmemory around 20MB. But I get Out of memory error. Free memory of 0.3 MB How this is possible. Is the maxmemory ...
1
vote
3answers
184 views
How to release the actual Activity object memory after quitting out of the activity?
I'm getting an OutofMemoryError for my android application, and am a bit confused as to whats going on. Basically what happens is, I'm able to run it the first few times, but when I try to quit out of ...
1
vote
4answers
141 views
Java OutOfMemory in app with Hibernate, Quartz and and JavaMail
I have a web application running on Tomcat 6, that I created with Netbeans 6.9.1 and its wizzards for Entity classes and persistence. It uses Hibernate, MySQL as database, Quartz for running a task ...
1
vote
1answer
85 views
Eclipse isn't using allotted heap; I get an out of memory error?
I am using Eclipse (newly installed) to run some Java code, and for some reason I get an outOfMemoryError: Java heap space, however I set the -Xms and -Xmx to 1gb each and when I run the code, the ...
1
vote
0answers
706 views
FrameBuffer Objects for Dynamic Cubemaps in GLES 2.0 on Android
Update: Turns out this is a driver issue with the powerVR SGX in my Nexus S. Code works fluidly on all other devices I've tested it on.
I'll be making a smaller test case and submitting a bug ...
1
vote
1answer
605 views
How can i recycle imageView by using imagepath
Here I am storing all image paths into database. In TabHost, If i click FIND tab all images should be displayed. At that time OutOfMemoryError is coming. Please help me.
It is very important for me.
...
1
vote
1answer
213 views
OutOfMemory Java
I have system make to monitoring a multiport hardware and camera, those camera's thread receive data to save images.
This system having problem with OutOfMemory, he going allocate memory and have a ...
1
vote
1answer
261 views
JHAT cannot analyze a memory dump
I have a Memory Dump file and JHAT gives the following message and I cannot analyze anything (as no data is displayed.
Resolving 0 objects...
WARNING: hprof file does not include ...
1
vote
1answer
242 views
OutOfMemory while editing XML for Android in Eclipse
I create Android applications for my job. Eclipse is open all day and I am frequently editing XML files for layouts, etc.
I find that creating/editing these XML files pushes up the memory use of ...
1
vote
2answers
2k views
Java native memory usage
Is there any tool to know how many native memory has been used from my java application ?
I've experienced outofmemory from my application :
Current setting is :
-Xmx900m
Computer, Windows 2003 ...
1
vote
1answer
1k views
JMeter OutOfMemor
I am facing below OutOfMemor errors, and JMeter stops working....
java.lang.OutOfMemoryError: Java heap space
Dumping heap to java_pid4412.hprof ...
Heap dump file created [591747609 bytes in 71.244 ...
1
vote
1answer
9k views
IBM Websphere on Windows- OutOfMemoryError: Failed to create a thread
I have a J2EE application running on an IBM Websphere Application Server on a Windows Operating System.
Occasionally I see an OutOfMemoryError Exception with the following information in the javacore ...
0
votes
3answers
111 views
Out of Memory when UrlEncodedFormEntity with an image
I'm trying to send data to a server. That is, some string fields and an image, which is encoded as base64 and passed as a String like this:
ByteArrayOutputStream stream = new ByteArrayOutputStream();
...
0
votes
1answer
18 views
Windows application crashed out on “Out of memory”
The application I'm talking about is the VMWare vSphere 4.1 client.
My question is more common. If some application crashes on memory leak, is it necessarily problem in this application process (or in ...
0
votes
0answers
49 views
android OutOfMemory in ericson xperia
In Our Application we are facing OutOfMemory error in Sony Ericson Devices.We have tested app in other devices its working fine.As our application is on Image processing we are getting error mainly ...
0
votes
0answers
43 views
android outofmemory error happens in landscape mode only
I have been testing my app on different api levels and devices. Everything works fine but 1 thing. On large screens, the app takes up about a quarter of the screen and the rest is black. Everything ...
0
votes
1answer
93 views
Android BitmapFactory over internet
I'm downloading images from the internet and then displaying them scaled on the screen. The idea is to use inSampleSize so I can scale large images while decompressing and prevent OutOfMemory ...
0
votes
3answers
80 views
Is it wise to catch OutofMemoryError in run() of thread?
I suspect in my application that an outofmemoryerror is causing a a run() to exit, however because there were no logs, the error wasn't visible.
What should i do in this case?
0
votes
4answers
86 views
Will OutOfMemoryError cause a thread to die?
Does an OutOfMemoryError cause a spawned thread to die?
As in will it exit from run()?
0
votes
1answer
69 views
JDBC fastload - OutOfMemory after 20 million addBatch() operations
I am using Teradata jdbc driver 13.00.00.10, and trying to upload a flat file with 100 million rows to teradata.
I start off with a clean table.
First I tried to iterate through the entire file, do ...
0
votes
1answer
136 views
What is SQL Error: 5, SQLState: HY000? and what can cause this error?
The application I'm debugging writes randomly/occasionally this exception in its logs.
org.hibernate.util.JDBCExceptionReporter - SQL Error: 5, SQLState: HY000
and an SQL out of memory error ...
0
votes
0answers
132 views
Out of memory when using BitmapSource
I'm changing source of a WPF image on run time with a frequency of 30ms ( 30 fps ). I'm getting an OutOfMemory.
In the following code, iImage is a private object displayed and owned by the wpf ...