4
votes
6answers
632 views
How to avoid OOM (Out of memory) error when retrieving all records from huge table?
Hi all,
I am given a task to convert a huge table to custom XML file. I will be using Java for this job.
If I simply issue a "SELECT * FROM customer", it may return huge amount of data that …
4
votes
7answers
736 views
How can I see what is in my heap in Java?
I've managed to get a memory 'leak' in a java application I'm developing. When running my JUnit test suite I randomly get out of memory exceptions (java.lang.OutOfMemoryError).
What tools can I use …
2
votes
3answers
71 views
How to debug a MemoryError in Python? Tools for tracking memory use?
I have a Python program that dies with a MemoryError when I feed it a large file. Are there any tools that I could use to figure out what's using the memory?
This program ran fine on smaller input …
2
votes
8answers
331 views
How to detect Out Of Memory condition?
I have an application running on Websphere Application Server 6.0 and it crashes nearly every day because of Out-Of-Memory. From verbose GC is certain there are the memory leaks(many of them)
…
2
votes
5answers
507 views
iPhone Out of Memory WEIRD crashing problem
Hi
My app crashes after about 20 minutes with status 101 (Out of Memory, I believe)
Debugging using Instruments - ObjectAlloc and Leaks gives me no clues. The ObjectAlloc graph stays at a nice …
1
vote
2answers
748 views
From what Linux kernel/libc version is Java Runtime.exec() safe with regards to memory?
At work one of our target platforms is a resource constrained mini-server running Linux (kernel 2.6.13, custom distribution based on an old Fedora Core). The application is written in Java (Sun JDK …
1
vote
1answer
357 views
Event on Item Marked as Read in Outlook - Delphi COM Add-in
I have a Delphi COM Add-in for Outlook (2000-2007) and am trying to find a way to register an event when an MailItem in Outlook is marked as read. I want to add an additional property to the item …
0
votes
0answers
110 views
How do I reliably tell that two Inspector references point to the same inspector instance?
[continued from Is there a way to tell whether two COM interface references point at the same instance?]
I've got references to Inspector objects from two different sources and need to be able to …
