home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / vmsnet / internal / 1198 < prev    next >
Encoding:
Internet Message Format  |  1992-08-26  |  2.3 KB

  1. Path: sparky!uunet!olivea!decwrl!pa.dec.com!e2big.mko.dec.com!vertex.enet.dec.com!pettigrew
  2. From: pettigrew@vertex.enet.dec.com (Mike Pettigrew)
  3. Newsgroups: vmsnet.internals
  4. Subject: Re: VMS Tuning
  5. Message-ID: <1992Aug26.173207.18681@e2big.mko.dec.com>
  6. Date: 26 Aug 92 17:27:43 GMT
  7. References: <7892345@MVB.SAIC.COM>
  8. Sender: guest@e2big.mko.dec.com (Guest (DECnet))
  9. Organization: Digital Equipment Corporation
  10. Lines: 42
  11.  
  12.  
  13. In article <7892345@MVB.SAIC.COM>, "CCF::GPE%hermes.mod.uk"@relay.MOD.UK writes...
  14. >Give me some feedback guys (and girls)!
  15. >......
  16. >
  17. >Now from time to time, too often for my liking, I see statements like the
  18. >following in articles on VMS tuning:
  19. >"... there are often tens of thousands of pages of memory left on the free page
  20. >list with no way for the system or processes to get to it. The goal in tuning
  21. >memory is to free up this unused memory and make it available for the system
  22. >and processes which can make good use of it"
  23. >If I am completely deluded in my view, will somebody please tell me!
  24.  
  25. The default VMS tuning was established for memory-poor systems in the days
  26. of VAX-780's, and MICROVAX 2000's.  It is not necessarily the most effective
  27. tuning for a memory-rich system.
  28.  
  29. A system with WSEXTENT set to 2048 pages on most USERNAMES will never make
  30. any productive use of available free memory during moderate baseloads, and
  31. will be somewhat impaired by excessive traffic on the system page file.
  32.  
  33. Note that most user application images require 6,000 to 10,000 pages of
  34. virtual memory.  The unconstrained working set of these applications 
  35. varies quite a bit, but is usually more than half of the virtual storage.
  36. That is what you wnat to use the "free" memory for.
  37.  
  38. The goal in tuning memory usage is to reduce or eliminate page file access
  39. as much as possible.  One access to the page file is roughly 400 times the
  40. delay of a 'soft' page fault.
  41.  
  42. ----------------------------------------------------------------------------
  43. | -Mike Pettigrew        pettigrew_mi@ripple.enet.dec.com
  44. |                        (206) 661-3032
  45. |                        Digital Equipment Corporation 
  46. |                        Federal Way, Washington, USA
  47. |___________________________________________________________________________
  48. |These opinions are mine and not necessarily my employer's
  49. ----------------------------------------------------------------------------
  50.