Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

11
votes
5answers
1k views

Out of memory when creating a lot of objects C#

I'm processing 1 million records in my application, which I retrieve from a MySQL database. To do so I'm using Linq to get the records and use .Skip() and .Take() to process 250 records at a time. For ...
11
votes
6answers
1k views

How to free up memory?

We have been facing Out of Memory errors in our App server for sometime. We see the used heap size increasing gradually until finally it reaches the available heap in size. This happens every 3 weeks ...
10
votes
2answers
248 views

Java heap space out of memory

The following code is causing Java heap space out of memory for some 3 million rows. Memory allocated to JVM is 4 GB, using 64 bit installation. while (rs.next()) { ArrayList<String> ...
9
votes
6answers
19k views

Why am I getting an Out Of Memory Exception in my C# application?

My memory is 4G physical, but why I got out of memory exception even if I create just 1.5G memory object. Any ideas why? (I saw at the same time, in the performance tab of task manager the memory is ...
8
votes
1answer
345 views

Best practices for storing and using data frames too large for memory?

I'm working with a large data frame, and have run up against RAM limits. At this point, I probably need to work with a serialized version on the disk. There are a few packages to support out-of-memory ...
6
votes
5answers
846 views

C++/Windows: How to report an out-of-memory exception (bad_alloc)?

I'm currently working on an exception-based error reporting system for Windows MSVC++ (9.0) apps (i.e. exception structures & types / inheritance, call stack, error reporting & logging and so ...
5
votes
7answers
2k 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 ...
4
votes
3answers
126 views

Exporting Large Amounts of Data

Here is my issue.. We have 2 types of reports in our site, data shown in grid and data instantly downloaded as a report. These reports can contain a few years of data (1+ million rows), we have been ...
3
votes
4answers
2k views

What is the best way to prevent out of memory (OOM) freezes on Linux?

Is there a way to make the OOM killer work and prevent Linux from freezing? I've been running Java and C# applications, where any memory allocated is usually used, and (if I'm understanding them ...
2
votes
2answers
113 views

Resolving Out of Memory error when executing Perl script

I'm attempting to build a n-gram language model based on the top 100K words found in the english language wikipedia dump. I've already extracted out the plain text with a modified XML parser written ...
2
votes
1answer
173 views

Why am I getting an out of memory error?

I keep getting this error? 07-25 17:04:00.796: ERROR/AndroidRuntime(420): Caused by: java.lang.OutOfMemoryError 07-25 17:04:00.796: ERROR/AndroidRuntime(420): at ...
2
votes
3answers
232 views

Another PHP out of memory problem using apache

I know it is an old question! But this time I have different situation. I'm running php/mysql/apache on OpenSuse. I have set php with 128MB of memory. I don't have any RLimitMEM for apache. ...
2
votes
2answers
699 views

Android out of memory on image capture

I have an Activity which takes photos (with full possible resolution, so quite large), the application have then the chance to analyze them. Only one photo is handled at a time. The problem is that I ...
2
votes
2answers
256 views

Out-of-memory algorithms for addressing large arrays

I am trying to deal with a very large dataset. I have k = ~4200 matrices (varying sizes) which must be compared combinatorially, skipping non-unique and self comparisons. Each of k(k-1)/2 ...
2
votes
4answers
1k views

Avoid an “out of memory error” in Java(eclipse), when using large data structure?

OK, so I am writing a program that unfortunately needs to use a huge data structure to complete its work, but it is failing with a "out of memory error" during its initialization. While I understand ...
2
votes
2answers
140 views

Java out of memory exception thrown when initializing the combo boxes

This is my code here the variable bq is a custom class called BasicQuery it returns a JavaDB connection... AutoCompleteDecorator is the class from swingX library used to implement the autocomplete ...
2
votes
1answer
84 views

Can I rearrange dll images in my .NET app's address space to make more contiguous free space available?

This image shows fragmentation in my app's address space. Is there any way to force the (third-party) dll images (purple) together to eliminate (or mitigate) the fragmentation? This app will run on ...
2
votes
2answers
974 views

The system is out of resources when building Apache FOP

When trying to build Apache FOP by ant on the command line, it complains: [javac] The system is out of resources. [javac] Consult the following stack trace for details. [javac] ... [javac] at ...
2
votes
2answers
939 views

Is it possible to monitor jboss if it happens to run out of memory?

Sometimes when I redeploy war too many times, jboss gives java.lang.OutOfMemoryError: PermGen space error, is it possible to monitor jboss with other Java program that is not run inside jboss, to make ...
2
votes
1answer
317 views

Ocaml “Out of memory” exception; verbose mode says “Stack overflow in structural comparison”

A very huge ocaml program from an alien source needs to be fixed. One of the problem is that the program crashes at seemingly innocent line: Hashtbl.mem loc_to_no loc with "Out of memory" ...
2
votes
6answers
2k views

Is there a way to increase virtual memory in an application started from NetBeans?

In my project I often encounter Java heap space errors, i.e., there isn't enough space to run the program any more. Is there any way I can increase virtual memory? I am not using the command-line. I ...
1
vote
3answers
139 views

fork and waitpid fail on linux. Without hitting the hard or soft limits

I have a process that must create and close threads on demand. Each thread forks a new process using open2. Sometimes after executing the program for a long time open2 fails to fork the process ...
1
vote
0answers
102 views

Out of memory when passing sequences through Clojure's loop/recur [closed]

Possible Duplicate: Recursive function causing a stack overflow I wrote a function calculating all the primes below a given natural number, using the Sieve of Eratosthenes. It returns the ...
1
vote
3answers
36 views

How to know the URL which caused PHP to go OOM

I am debugging a problem I found while reading the PHP error logs: [14-Mar-2011 09:53:31] PHP Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 24 bytes) in XXX.php on ...
1
vote
4answers
188 views

MySQL & PHP while code is out of memory, when there is only one row

Hey all, why is this code throwing an out of memory error, when there is only 1 row in the database.. $request_db = mysql_query("SELECT * FROM requests WHERE haveplayed='0'") or ...
1
vote
4answers
604 views

Getting Out Of Memory: Java heap space, but while viewing heap space it max uses 50 MB

I'm using ASANT to run a xml file which points to a NARS.jar file. (i do not have the project file of the NARS.jar) I'm getting "java.lang.OutOfMemoryError: Java heap space. I used VisualVM to look ...
1
vote
2answers
705 views

Optimal / best pratice to maintain continuos connection between Python and Postgresql using Psycopg2

I'm writing an application in Python with Postgresql 8.3 which runs on several machines on a local network. All machines 1) fetch huge amount of data from the database server ( lets say database ...
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
1answer
92 views

Out of memory on a 10171204-byte allocation in android app

in my app i am trying to download some video in button click. i am showing a progress bar in the notification area, i have already asked a question regarding this here (it is under bounty) Now to ...
0
votes
1answer
116 views

Multiplying large vectors and Out of memory. Type HELP MEMORY for your options

Actually this is what i am trying to do Ad=<100820x20164 double> and b= <100820x1 double> also Ad is sparse matrix and b is non-sparse .Below is the original Problem and i try to change the ...
0
votes
1answer
131 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
1answer
84 views

MWMCR::evaluatefunction error out of memory

when I run my application I got this exception I understood that the program is out of memory .. are there any other possible meaning for that exception? given that I am calling a dll files ...
0
votes
0answers
92 views

fminsearch and out of memory

i have some problem with function fminsearch in matlab 7. I have variable r which sets dimensions of matrix. For my problems its looks like this: for i=1:10 for j=1:3 ...... r(1)=i-1; r(2)=j-1; ...
0
votes
1answer
146 views

Out Of Global Stack Error in Prolog

I am trying to run the following programm in prolog. mama_mia1(A,M,LI,HI,LO,HO,AA) :- p1(A,M,LI,HI,LO,HO,PROGS),reverse(PROGS,PROG), atom_chars(AA,PROG),!. p1(,,LO,LO,LO,_,[]). ...
0
votes
0answers
201 views

Simple Activity crashes in onResume due to lack of memory

I've encountered a curious bug in my very simple Android Activity. The activity simply loads in an XML layout and provides some (empty) hooks for the onClick callbacks. It is a simple menu-style ...
0
votes
2answers
359 views

Out-of-memory error on ImageSwitcher with small images

I've recently been working in the 2.1 SDK (version 7) and created some images that are to be displayed via an ImageSwitcher and changed through a gallery as in one of the example apps. My images are ...
0
votes
2answers
184 views

Out of memory and Internal Server Error while trying big scripts

PHP Fatal error: Out of memory (allocated 26214400) (tried to allocate 9175041 bytes) in ... I am having this problem I noticed. I am getting the out of memory related 500 internet server error ...
0
votes
3answers
179 views

php out of memory, array breaking into subarrays

I am using an update function, where I insert some 40,000 rows to a mysql database. While making that array, I am getting out of memory error (tried to allocate 41 bytes). The final function is like ...
0
votes
2answers
520 views

PHP Notice: Undefined offset: -1, while loop and PHP Fatal error: Out of memory

Well, as in the title, I am having a problem due to those things. The problem is occurring due to line X which is while ($right[count($right)-1]<$row['rgt']) { and this is in a function ...
0
votes
2answers
416 views

When is it safe/possible to recycle a bitmap in Android SimpleCursorAdapter with Gallery view?

When displaying a gallery with lots of large bitmaps (fullscreen, wvga), I quite frequently get out of memory issues. I assume this is related to bitmaps not being recycled. When/how can I force ...
0
votes
4answers
146 views

Java I/O memory usage question

The flow of my application is somewhat like this: An input file consists of multiple logical documents: Extract one input logical document Parse the elements within the document Build an xml ...
0
votes
6answers
501 views

What to do when an out-of-memory error occurs? [closed]

Possible Duplicate: What's the graceful way of handling out of memory situations in C/C++? Hi, this seems to be a simple question a first glance. And I don't want to start a huge ...
0
votes
2answers
168 views

realloc returns NULL after some time while allocating small (<500Kb) data block; there is enoug memory

Hi! The short question is: what can be the problem? The overall memory usage of my program (shown by task manager) is almost the same all the time (near 40 minutes) it's running, and I have near 2G ...
0
votes
4answers
604 views

expat parser: memory consumption

I am using expat parser to parse an XML file of around 15 GB . The problem is it throws an "Out of Memory" error and the program aborts . I want to know has any body faced a similar issue with the ...
-1
votes
2answers
42 views

Image OutOfMemoryError

I want to load an image in an ImageView. So, I make a: Intent gallery = new Intent(); gallery.setType("image/*"); gallery.setAction(Intent.ACTION_GET_CONTENT); and then we are back to the ...
-1
votes
2answers
118 views

Fatal error: Out of memory [closed]

error: Fatal error: Out of memory (allocated 123469824) (tried to allocate 71 bytes) in /home/test/tset/tset.net/public_html/test/simple_html_dom.php on line 1236 Yes, I know that many of ...