MathGroup Archive 2011

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

Search the Archive

Re: memory leak in Mathematica application using NET/Link

  • To: mathgroup at smc.vnet.net
  • Subject: [mg117102] Re: memory leak in Mathematica application using NET/Link
  • From: Oliver Ruebenkoenig <ruebenko at wolfram.com>
  • Date: Thu, 10 Mar 2011 06:06:16 -0500 (EST)

On Wed, 9 Mar 2011, kokos wrote:

> I write simple code (notebook) which present the problem (memory leak)
> under Windows XP SP3
> I use infinite loop While[True, expression] may it cause the
> problem,but I also try For loop with finite number of repetitions and
> the same problem occurs. May be the problem is with FindWindowEx from
> Win32 API.
> but I am not shure and have no ideas how to obey the problem..
>
> please help because it's important for me
>


Hi,

have you tried

$HistoryLength = 0

before you code?

Oliver


  • Prev by Date: Re: ImageResize does not linearize before resize?
  • Next by Date: Re: How to kill slave kernel securely?
  • Previous by thread: Re: Apply a rule to an expression only once
  • Next by thread: Execute on notebook creation