Re: memory release problem in mathematica6.0
- To: mathgroup at smc.vnet.net
- Subject: [mg83360] Re: memory release problem in mathematica6.0
- From: AES <siegman at stanford.edu>
- Date: Sun, 18 Nov 2007 04:49:39 -0500 (EST)
- Organization: Stanford University
- References: <fhegac$m08$1@smc.vnet.net> <200711151035.FAA08946@smc.vnet.net> <fhmeuk$8qb$1@smc.vnet.net>
In article <fhmeuk$8qb$1 at smc.vnet.net>, Carl Woll <carlw at wolfram.com>
wrote:
> The reason you get an "out of memory" message is because your history of
> outputs is not getting cleared. A line like:
>
> expr; Null
>
> stores expr as the value for Out[]. For example:
>
> In[1]:= A = {1, 1}; Clear[A]
>
> In[2]:= %
>
> Out[2]= {1,1}
>
Perhaps this should be prominently mentioned (aka, "warned about!!") in
the Help msg for Clear.
And note how horribly non-intuitive (aka downright confusing) Out[2] is
in this situation.
Also note: There is a Help message for Out -- but there is NO help
message for %.
- References:
- Re: memory release problem in mathematica6.0
- From: Yaroslav Bulatov <yaroslavvb@gmail.com>
- Re: memory release problem in mathematica6.0