Re: Re: Garbage collection problem
- To: mathgroup at smc.vnet.net
- Subject: [mg51873] Re: [mg51853] Re: Garbage collection problem
- From: DrBob <drbob at bigfoot.com>
- Date: Thu, 4 Nov 2004 01:49:18 -0500 (EST)
- References: <cm7d0u$lho$1@smc.vnet.net> <200411030626.BAA08435@smc.vnet.net>
- Reply-to: drbob at bigfoot.com
- Sender: owner-wri-mathgroup at wolfram.com
That's an odd bug; but I kind of doubt StoppingTest is working well for you ANYWAY.
If I'm wrong, I'd like to hear about it.
Bobby
On Wed, 3 Nov 2004 01:26:08 -0500 (EST), sean kim <sean_incali at yahoo.com> wrote:
> and example b.
>
> In[34]:=
> run[do_]:= Module[{},
> Do[ soln=NDSolve[eq,vars,{t,0,2},StoppingTest->test][[1]]; , {do}]]
>
> In[37]:=
> run[200]
> MemoryInUse[]
>
> Out[38]=
> 8540856
>
> In[34]:=
> run[do_]:= Module[{},
> Do[ soln=NDSolve[eq,vars,{t,0,2},StoppingTest->test][[1]]; , {do}]]
>
> In[39]:=
> run[20]
> MemoryInUse[]
>
> Out[40]=
> 8625976
>
>
>
>
--
DrBob at bigfoot.com
www.eclecticdreams.net
- References:
- Re: Garbage collection problem
- From: sean_incali@yahoo.com (sean kim)
- Re: Garbage collection problem