MathGroup Archive 2009

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

Search the Archive

Re: Re: Releasing memory


On Jul 16, 2009, at 8:21 AM, Filippo Miatto wrote:

> How can I release memory without quitting the mathkernel?
> Thank you
> Filippo
>
> On Jul 14, 2009, at 11:36 AM, Zach Bj=F8rnson wrote:
>
>> Clear, ClearAll and Remove remove the definitions from Mathematica, 
>
>> but
>> the amounts of memory in use by the MathKernel processes don't  
>> change.

How are you checking the memory use?  The amount of memory used  
changes for me if I Clear or Remove a variable the contained a large  
structure.

Are you also clearing your History?  Depending on the how you do your  
calculations you may need to Clear In and Out.

Regards,

Ssezi


  • Prev by Date: Obtaining a Paclet URL From a Symbol
  • Next by Date: Re: Assigning Values to Many Symbols at Once
  • Previous by thread: Re: Releasing memory
  • Next by thread: Re: Re: Re: Releasing memory