home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / vms / 20705 < prev    next >
Encoding:
Internet Message Format  |  1993-01-10  |  1.9 KB

  1. Path: sparky!uunet!paladin.american.edu!howland.reston.ans.net!spool.mu.edu!agate!ucbvax!lrw.com!leichter
  2. From: leichter@lrw.com (Jerry Leichter)
  3. Newsgroups: comp.os.vms
  4. Subject: re: RE: SYSDUMP.DMP File Question...
  5. Message-ID: <9301102301.AA11729@uu3.psi.com>
  6. Date: 10 Jan 93 21:48:31 GMT
  7. Sender: daemon@ucbvax.BERKELEY.EDU
  8. Distribution: world
  9. Organization: The Internet
  10. Lines: 35
  11.  
  12.  
  13.     Are there any other side effects for managers that have no page/swap
  14.     files on the boot drive?  Is VMS non-paged until a pagefile is
  15.     installed and present?
  16.  
  17. Not quite.  The system must be able to get through startup to the point where
  18. the first pagefile is installed without requiring the use of a pagefile, but
  19. keep in mind that a great deal of paging activity goes directly to image
  20. files:  Read-only image sections (all code, for example) will never end up in
  21. the pagefile.
  22.  
  23. Theoretically, startup can deadlock if there is not enough physical memory.
  24. At one time, this was a significant issue, which usually showed up not so much
  25. when there was no primary pagefile as when SAVEDUMP was set to 1, making a
  26. large piece of the pagefile inaccessible until an ANALYZE/CRASH could be done.
  27. Given the amount of main memory on modern systems - many have more main memory
  28. than many VMS systems of 10 years ago had disk space! - this is very unlikely.
  29.  
  30. BTW, the same considerations apply to a primary swapfile - though many systems
  31. these days do entirely without a swapfile, primary or otherwise.
  32.  
  33.                     Is the boot drive pagefile faster or better
  34.     for the primary system processes that get created before external
  35.     pagefiles are installed?
  36.  
  37. No; there's no longer any difference.  (At one time, there were things a
  38. primary pagefile could be used for that secondary pagefiles could not, but
  39. that's all history now, with the sole exception that even today, only the
  40. primary pagefile can be used for dumps if no SYSDUMP.DMP exists.)
  41.  
  42.                   Just curious...
  43.  
  44. Yellow or Blue?
  45.                             -- Jerry
  46.  
  47.