Re: Memory Usage Problem
- To: mathgroup at smc.vnet.net
- Subject: [mg41079] Re: Memory Usage Problem
- From: Bill Rowe <listuser at earthlink.net>
- Date: Thu, 1 May 2003 04:59:46 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
On 4/30/03 at 4:24 AM, alber at isd.uni-stuttgart.de (Rolf Alber) wrote: >Now my question is: Is there a possibility to "reset" the kernel to >it's initial state (like exiting and restarting the kernel) ? Or are >there better ways to remove the data stored by the kernel than the >"Remove["Global'*"]" ? Try out the CleanSlate.m package that can be found on the Wolfram Resource site. If you set up Mathematica to load this package before any other package, the command CleanSlate[] comes as close as possible to resetting everything to the state it was when CleanSlate loaded without restarting.