home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / vmsnet / internal / 1606 < prev    next >
Encoding:
Internet Message Format  |  1992-11-20  |  1.3 KB

  1. Path: sparky!uunet!usc!news.service.uci.edu!unogate!mvb.saic.com!macro32
  2. From: "Brian J. Schenkenberger, VAXman"
  3. Newsgroups: vmsnet.internals
  4. Subject: Re: Maximum wsmax: can it be increased ?
  5. Message-ID: <01GRDIH3739Y8WVZBS@MONMOUTH-etdl1.Army.MIL>
  6. Date: 20 Nov 1992 12:53:40 -0500 (EST)
  7. Organization: Macro32<==>Vmsnet.Internals Gateway
  8. X-Gateway-Source-Info: Mailing List
  9. Lines: 27
  10.  
  11. Subj:   RE: Maximum wsmax: can it be increased ?
  12.  
  13. >Under VMS 5.5-2 the maximum value for wsmax is 400000 pages.
  14. >[...]
  15. >he can't have more than 400000 pages im memory.
  16. >
  17. >I'm sure some higher Version of VMS will raise this limit eventually,
  18. >but 400000 seems a rather arbitrary value, so i guess this could be
  19. >increased somehow.
  20. >[...]
  21. >I've never done this but... I can offer you a quick method to change
  22. >the value.
  23. >[...]
  24.  
  25. Forget about changing the value via DELTA...  Changing the value after
  26. the system is running will not grant you what you want.  Let me refer you
  27. to a paraghaph in the top of pg. 487 in the IDSM.
  28.  
  29. "During system initialization, enough virtual address space is reserved
  30. in each PHD for the maximum-sized working set list, one with SYSGEN
  31. parameter WSMAX entries."
  32.  
  33. Changine the WSMAX value with DELTA will change the storage cell value
  34. but not other pools and values reserved as a consequence of its initial
  35. value.
  36.  
  37. BJS-
  38.