Re: out of memory problem

2007-02-14 Thread John W. Krahn
Arantxa Otegi wrote: > I have memory problems programming with perl: "out of memory!" > > I have to process a lot of xml files which are in different directories > (more than 2 files in 110 directories). The files are quite small > (almost all of them are smaller than 100KB). > Here is some co

Re: out of memory problem

2007-02-14 Thread Rob Dixon
Arantxa Otegi wrote: I have memory problems programming with perl: "out of memory!" I have to process a lot of xml files which are in different directories (more than 2 files in 110 directories). The files are quite small (almost all of them are smaller than 100KB). Here is some code: ##

Re: out of memory problem

2007-02-14 Thread Rob Dixon
Ken Foskey wrote: On Wed, 2007-02-14 at 12:37 +0100, Arantxa Otegi wrote: I have memory problems programming with perl: "out of memory!" I have to process a lot of xml files which are in different directories (more than 2 files in 110 directories). The files are quite small (almost all of

Re: out of memory problem

2007-02-14 Thread D. Bolliger
Arantxa Otegi am Mittwoch, 14. Februar 2007 12:37: > I have memory problems programming with perl: "out of memory!" > > I have to process a lot of xml files which are in different directories > (more than 2 files in 110 directories). The files are quite small > (almost all of them are smaller t

Re: out of memory problem

2007-02-14 Thread Ken Foskey
On Wed, 2007-02-14 at 12:37 +0100, Arantxa Otegi wrote: > I have memory problems programming with perl: "out of memory!" > > I have to process a lot of xml files which are in different directories > (more than 2 files in 110 directories). The files are quite small > (almost all of them are s

out of memory problem

2007-02-14 Thread Arantxa Otegi
I have memory problems programming with perl: "out of memory!" I have to process a lot of xml files which are in different directories (more than 2 files in 110 directories). The files are quite small (almost all of them are smaller than 100KB). Here is some code: code #

Signal Handler for Out of Memory Problem

2004-11-29 Thread Joshua Berry
I have written a program that appears to have a memory leak or is using a module with a memory leak. Eventually the system runs out of memory and dies. I need to write a signal handler that intercepts the signal that stops the program and flushes everything in use to free up memory. Does anyone k