home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / vmsnet / internal / 1611 < prev    next >
Encoding:
Text File  |  1992-11-21  |  2.3 KB  |  65 lines

  1. Newsgroups: vmsnet.internals
  2. Path: sparky!uunet!decwrl!pa.dec.com!datum.nyo.dec.com!nntpd.lkg.dec.com!narfvx.enet.dec.com!francini
  3. From: francini@narfvx.enet.dec.com (John Francini)
  4. Subject: Re: Maximum wsmax: can it be increased ?
  5. Message-ID: <1992Nov22.075140.21530@nntpd.lkg.dec.com>
  6. Sender: usenet@nntpd.lkg.dec.com (USENET News System)
  7. Organization: Digital Equipment Corporation, Littleton, MA
  8. References:   <01GRDFI4HY2A8WVZBS@MONMOUTH-etdl1.Army.MIL>
  9. Date: Sun, 22 Nov 1992 07:46:14 GMT
  10. Lines: 53
  11.  
  12.  
  13. In article <01GRDFI4HY2A8WVZBS@MONMOUTH-etdl1.Army.MIL>, "Brian J. Schenkenberger, VAXman" writes...
  14. >>Under VMS 5.5-2 the maximum value for wsmax is 400000 pages.
  15. >>[...]
  16. >>he can't have more than 400000 pages im memory.
  17. >>
  18. >>I'm sure some higher Version of VMS will raise this limit eventually,
  19. >>but 400000 seems a rather arbitrary value, so i guess this could be
  20. >>increased somehow.
  21. >>
  22. >>Has anybody done this ?
  23. >>Any ideas / pointers how to do it ?
  24. >I've never done this but... I can offer you a quick method to change
  25. >the value.
  26. >The value for WSMAX is stored at the symbolic address SGN$GL_MAXWSCNT.
  27. >You can change this value WHILE THE SYSTEM IS RUNNING with DELTA.  How?
  28. >Lookup the address of SGN$GL_MAXWSCNT in SYS.MAP.  Then, enter DELTA.
  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. >>Caveats ? :-)
  36. >This above will change the value.  Its implications if you increase it
  37. >above the current limits? I know not!  I just LOWERed my system's WSMAX
  38. >by 16 with the above and have had no problems.
  39. >If you have a system you can crash... try it out and let us know.
  40. >BJS-
  41.  
  42. Somehow I expect that it WOULD crash.  There's a reason why WSMAX isn't
  43. dynamic -- I believe that this value is used to set up some static-sized
  44. data structures for each balance set slot, and that if you increase WSMAX
  45. willy-nilly in a running system, you're likely to scrawl all over some
  46. other process data structure.  You'd probably be better off trying this
  47. little bit of POKEing at boot time, using XDELTA to change the setting
  48. after the parameters have been read but before the balance set slot data
  49. structures have been set up.
  50.  
  51. Just my $0.02....
  52.  
  53. John Francini
  54. PATHWORKS for VMS project leader
  55. Digital
  56. francini@narfvx.enet.dec.com
  57.  
  58.  
  59.