Re: cant free ram..
- To: mathgroup at smc.vnet.net
- Subject: [mg109276] Re: cant free ram..
- From: ValeX <rjovale at gmail.com>
- Date: Tue, 20 Apr 2010 05:50:44 -0400 (EDT)
- References: <hqh9i9$eo3$1@smc.vnet.net> <hqhceq$ji2$1@smc.vnet.net>
guys,
i might have found the culprit.
In the Do loop i have four NIntegrate and once i added to them:
Method->{Automatic,"SymbolicProcessing"->0}
the memory used per grid point went almost to zero. This means that i
couldn't free the memory associated with symbolic processing. correct?
any ideas about this?