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