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
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:
##
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
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
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
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
#
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