Re: Large Files
- To: mathgroup at smc.vnet.net
- Subject: [mg33066] Re: Large Files
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Fri, 1 Mar 2002 06:51:07 -0500 (EST)
- Organization: Universitaet Leipzig
- References: <a5hteg$hsn$1@smc.vnet.net>
- Reply-to: kuska at informatik.uni-leipzig.de
- Sender: owner-wri-mathgroup at wolfram.com
Hi, DumpSave[] may help because the data already in Mathematica s internal format and the parser can not run out of memory. Regards Jens Erich Mueller wrote: > > I performed a rather large calculation, and saved the results in a file > using the construction > > Save["myfile.m",result] > > This file is about 1 gigabyte. > > Today I wanted to do some extra analysis of the results, so I started a > new notebook and typed > > << myfile.m > > The kernel choked on this and I receive a message: > > No more memory available. > Mathematica kernel has shut down. > Try quitting other applications and then retry. > > Any advice on how to access all of this nice saved data? I can always > rerun my calculation, and save the results in more managable chunks, but > it is rather inconvenient, and will take up a couple of days. > > I am running Mathematica version 4.1 on windows 98: pentium 3-500 with > 320 megs of ram. > > Erich