[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Memory usage?
From: |
Tony Roberts |
Subject: |
Re: Memory usage? |
Date: |
Fri, 13 Oct 95 09:06:23 EST |
> From: Eyal Doron <address@hidden>
> Subject: Memory usage?
>
> I seem to have a memory leak problem of some kind. Can anybody explain?
> I'm running the following script in the background:
>
>
> Never mind what "splitstat" does, the main thing is that the main
> variables "Split" and "TunAmp" are pre-allocated, before the loop is
> invoked. Nevertheless, the "SIZE" reported by the "top" command
> increases as the loop progresses, until the program crashes. Currently
> it is reporting:
>
I ran into exactly the same problem last year---it was a right pain in
the neck. I attributed it to the SVD routine, something would not
release a chunk of memory which, I recall, is about the size of the
matrix supplied to svd; does splitstat use svd? I did not report it
at the time because I could not get it to occur out of the context of
my program! I would certainly like the problem fixed though.
Tony
-----------------------------------------------------------------------------
Professor A.J. Roberts
Dept of Mathematics & Computing E-mail: address@hidden
University of Southern Queensland Phone: (076) 312943
Toowoomba, Queensland 4350 Fax: (076) 312721
AUSTRALIA WWW: http://www.sci.usq.edu.au
/pub/MC/staff/robertsa/home.html
-----------------------------------------------------------------------------
- Memory usage?, Eyal Doron, 1995/10/12
- Re: Memory usage?,
Tony Roberts <=