home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / next / sysadmin / 4864 < prev    next >
Encoding:
Text File  |  1992-08-25  |  1.1 KB  |  28 lines

  1. Newsgroups: comp.sys.next.sysadmin
  2. Path: sparky!uunet!gatech!destroyer!ubc-cs!unixg.ubc.ca!kakwa.ucs.ualberta.ca!news
  3. From: sherwood@fenris.space.ualberta.ca (Sherwood Botsford)
  4. Subject: Re: next disks and swapfiles
  5. Message-ID: <1992Aug25.200031.8999@kakwa.ucs.ualberta.ca>
  6. Sender: news@kakwa.ucs.ualberta.ca
  7. Nntp-Posting-Host: fenris.space.ualberta.ca
  8. Organization: University Of Alberta, Edmonton Canada
  9. References: <1992Aug25.104913.52658@news.th-darmstadt.de>
  10. Date: Tue, 25 Aug 1992 20:00:31 GMT
  11. Lines: 15
  12.  
  13.  
  14. Yes BuildDisk makes a contigious swap file.  Next even goes  
  15. to the effort to put the swapfile near the shared libraries  
  16. to minimize head movement.
  17.  
  18. However, when the swap file grows beyond the lowwater mark,  
  19. it will be allocated as needed from wherever there is space  
  20. on the disk.  This can be a real pain.
  21. Thus ideally you would create a swap file of the max size  
  22. you ever intend to use right at the beginning when you  
  23. built the disk.
  24.  
  25. If you make the mistake of deleting the swap file, then  
  26. when it's recreated, it may not be in the same place.  This  
  27. can make a significant difference to the performance.
  28.