home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / amiga / misc / 19530 < prev    next >
Encoding:
Text File  |  1993-01-06  |  1.4 KB  |  35 lines

  1. Newsgroups: comp.sys.amiga.misc
  2. Path: sparky!uunet!cs.utexas.edu!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!usenet.ins.cwru.edu!agate!linus!linus.mitre.org!linus!mbunix!eachus
  3. From: eachus@goldfinger.mitre.org (Robert I. Eachus)
  4. Subject: Re: Gremlins are munching my memory! (FastRam)
  5. In-Reply-To: eas3714@ultb.isc.rit.edu's message of Wed, 6 Jan 1993 02:36:35 GMT
  6. Message-ID: <EACHUS.93Jan6174056@goldfinger.mitre.org>
  7. Sender: news@linus.mitre.org (NONUSER)
  8. Nntp-Posting-Host: goldfinger.mitre.org
  9. Organization: The Mitre Corp., Bedford, MA.
  10. References: <crystal.726198900@glia> <1993Jan6.023635.27664@ultb.isc.rit.edu>
  11. Date: Wed, 6 Jan 1993 22:40:56 GMT
  12. Lines: 21
  13.  
  14.  
  15.      The one thing implied by all this discussion but not actually
  16. mentioned is that the system will flush unused libraries before
  17. telling an application that its memory request failed.  So avail flush
  18. is useful for diagnostic purposes, but not needed to load
  19. applications.
  20.  
  21.      However, memory fragmentation can get you down, and is worth
  22. taking out a bit of insurance.  There are some cases where putting
  23. "avail flush" in a script which creates presistant processes or tasks
  24. will insure that the stack frames are not placed so as to leave holes.
  25. In particular, my startup scripts go through some contortions to leave
  26. memory as unfragmented as possible.
  27.  
  28. --
  29.  
  30.                     Robert I. Eachus
  31.  
  32. with Standard_Disclaimer;
  33. use  Standard_Disclaimer;
  34. function Message (Text: in Clever_Ideas) return Better_Ideas is...
  35.