home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / database / 8932 < prev    next >
Encoding:
Text File  |  1993-01-08  |  1.5 KB  |  33 lines

  1. Newsgroups: comp.databases
  2. Path: sparky!uunet!mcsun!sun4nl!freya.let.rug.nl!welling
  3. From: welling@let.rug.nl (George Welling)
  4. Subject: Re: Foxpro and Insufficient Memory Errors
  5. Message-ID: <1993Jan8.144342.17459@let.rug.nl>
  6. Sender: news@let.rug.nl (news manager)
  7. Nntp-Posting-Host: tyr.let.rug.nl
  8. Organization: Faculteit der Letteren, Rijksuniversiteit Groningen, NL
  9. References: <1993Jan7.222734.20312@nntpd2.cxo.dec.com>
  10. Date: Fri, 8 Jan 1993 14:43:42 GMT
  11. Lines: 20
  12.  
  13. In article <1993Jan7.222734.20312@nntpd2.cxo.dec.com> scott@talguy.cxo.dec.com (Scott Johnson) writes:
  14. >
  15. >Is there a command I can run ocassionally during the execution of the program
  16. >which will cut down and possibly reclaim unused memory?  I was hoping there
  17. >was some sort of garbage collection routine that can be invoked once in a 
  18. >while during the execution cycle of the application.
  19. >   Scott Johnson
  20. >   Digital Equipment Corporation
  21. >   Colorado Springs, Co
  22. >
  23.  
  24. I am not sure if this will solve the problem, but I have solved related
  25. problems by using the FLUSH command after every READ: this keeps the buffers
  26. as small as possible. You could also try SET AUTOSAVE ON (the default is OFF),
  27. this does about the same.
  28.  
  29. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  30.      George M. Welling - dep.Alfa-Informatica HCI - University of Groningen
  31.      phone : +31 50 63 54 74  | fax : +31 50 63 49 00  | welling@let.rug.nl
  32. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  33.