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

  1. Path: sparky!uunet!cs.utexas.edu!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: <01GRDFI4HY2A8WVZBS@MONMOUTH-etdl1.Army.MIL>
  6. Date: 20 Nov 1992 11:33:53 -0500 (EST)
  7. Organization: Macro32<==>Vmsnet.Internals Gateway
  8. X-Gateway-Source-Info: Mailing List
  9. Lines: 33
  10.  
  11. >Under VMS 5.5-2 the maximum value for wsmax is 400000 pages.
  12. >[...]
  13. >he can't have more than 400000 pages im memory.
  14. >
  15. >I'm sure some higher Version of VMS will raise this limit eventually,
  16. >but 400000 seems a rather arbitrary value, so i guess this could be
  17. >increased somehow.
  18. >
  19. >Has anybody done this ?
  20. >Any ideas / pointers how to do it ?
  21.  
  22. I've never done this but... I can offer you a quick method to change
  23. the value.
  24.  
  25. The value for WSMAX is stored at the symbolic address SGN$GL_MAXWSCNT.
  26. You can change this value WHILE THE SYSTEM IS RUNNING with DELTA.  How?
  27. Lookup the address of SGN$GL_MAXWSCNT in SYS.MAP.  Then, enter DELTA.
  28.  
  29. $ RUN SYS$SHARE:DELTA
  30. 1:m <cr>
  31. 00000001 <cr>
  32. 00010001:<address of SGN$GL_MAXWSCNT>/<return-curr-value> <your-new-value>
  33. EXIT                                                       (hex of course)
  34. $
  35.  
  36. >Caveats ? :-)
  37.  
  38. This above will change the value.  Its implications if you increase it
  39. above the current limits? I know not!  I just LOWERed my system's WSMAX
  40. by 16 with the above and have had no problems.
  41.  
  42. If you have a system you can crash... try it out and let us know.
  43. BJS-
  44.