Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!usc!ginosko!rex!uflorida!novavax!infocenter!mraustad From: mraustad@infocenter.UUCP (Mike Raustad) Newsgroups: comp.databases Subject: Re: dBASE IV -- Insufficient memory Summary: Some more help on memory. Keywords: memory overflow, garbage collection Message-ID: <3881@infocenter.UUCP> Date: 8 Sep 89 16:37:15 GMT References: <2294@hub.UUCP> <141@cica.cica.indiana.edu> Organization: Encore Computer Corp. Lines: 22 In article <141@cica.cica.indiana.edu>, mr@cica.cica.indiana.edu (Michael Regoli) writes: > > you could use the "RELEASE" command to discard those uneeded > memory variables. ("release all like mem_*" would dust them). > bucket = 10 These are two very important pieces, but it is also vital that you are able to MANAGE your memory variables and space. Releasing variables is good if you do not require the use of them again. In addition to the above commands, I recommend placing the DISPLAY MEMORY command in your program somewhere before your program bombs. This command is very useful for managing memory. Review the output and rid your memory of the variables you do not require. If you require the variable later, use the SAVE and RESTORE commands, otherwise RELEASE will do the trick. Once you have the variables under control, remove the DISPLAY MEMORY line from your program. ___________________________________________________________________________ / MIKE RAUSTAD __ ENCORE COMPUTER CORP. / 6901 W. Sunrise Blvd. / /\/\ o / __ /__) __ __/ __ ___/ Ft. Lauderdale, Fl. 33313 / / / / / /) (__ / \ /_/ / / /\ / /_/ / / PHONE: (305)-797-5621 / / /_/_/ \_(__ / /_/ /_(__/_/__)_/_/ /_(__/ EMAIL: uunet!gould!mraustad /