MathGroup Archive 2008

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

Search the Archive

Re: Mathematica memory management

  • To: mathgroup at smc.vnet.net
  • Subject: [mg92972] Re: Mathematica memory management
  • From: Jan Irigi Olsina <jan.olsina at gmail.com>
  • Date: Wed, 22 Oct 2008 05:34:59 -0400 (EDT)
  • References: <gdja46$ide$1@smc.vnet.net>

On 21 =D8=EDj, 04:09, Jan Irigi Olsina <jan.ols... at gmail.com> wrote:
> Hello,
>   I would like to ask you in what object Mathematica stores
> InterpolatingFunction when solving differential equations using
> NDSolve? I use command:
>
> solution = NDSolve[eqns,fctions,{t,0,1}];
>
> but when I call:
>
> solution=.;
>
> Mathematica doesn't clean all the memory used for storage of
> InterpolatingFunctions. Can I somehow tell Mathematica to free used
> memory? (Because I'm using lot of memory and sometimes I need to free
> some.) I'm using version 6.0
>
> Thank you very much!
>
> Jan Olsina.

Now I realized that answer to my question was in topic "How to free
memory? " in this group. It is just necessary to set $HistoryLength to
0, so sorry for spamming the conference without googling it first..

Jan Olsina.


  • Prev by Date: Re: selecting sections (unix)
  • Next by Date: Re: Is it possible to reverse "Color Schames" function ?
  • Previous by thread: Re: Mathematica memory management
  • Next by thread: Mathematica 6.0.3 does not work on Gentoo/amd64