MathGroup Archive 2009

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: MemoryInUse and Print

  • To: mathgroup at smc.vnet.net
  • Subject: [mg100618] Re: MemoryInUse and Print
  • From: replicatorzed at gmail.com
  • Date: Tue, 9 Jun 2009 03:57:27 -0400 (EDT)
  • References: <gth60r$f9j$1@smc.vnet.net> <guu2h6$6a1$1@smc.vnet.net>

But on my system (WinXP SP2, Mathematica 7.0.1, 1.86GHz Intel CPU, 512 RAM)
the output is as follows (with fresh kernel, in one cell):

$HistoryLength = 0;

Print[Share[]; MemoryInUse[]];
Print[Share[]; MemoryInUse[]];
Print[Share[]; MemoryInUse[]];
Print[Share[]; MemoryInUse[]];
Print[Share[]; MemoryInUse[]];

9128664
9127856
9127128
9126392
9125560

Is memory leaking? O there's somehting I'm missing here.
Istvan

On May 21, 6:00 am, Jens-Peer Kuska <ku... at informatik.uni-leipzig.de>
wrote:
> Hi,
>
> on my system I get a constant memory decrease with
>
> $HistoryLength = 0;
>
> Print[Share[]; MemoryInUse[]];
> Print[Share[]; MemoryInUse[]];
> Print[Share[]; MemoryInUse[]];
> Print[Share[]; MemoryInUse[]];
> Print[Share[]; MemoryInUse[]];
>
> Regards
>    Jens
>
> replicator... at gmail.com wrote:
> > No idea? Any comment?
>
> > Istvan



  • Prev by Date: Re: 60Mb dataset
  • Next by Date: Re: bandmatrix
  • Previous by thread: Re: Slow/jerky animations inside manipulate
  • Next by thread: Re: Future for Mathematica on Solaris