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

  1. Path: sparky!uunet!wupost!darwin.sura.net!dtix!condor.navsses.navy.mil!system
  2. From: system@condor.navsses.navy.mil
  3. Newsgroups: vmsnet.internals
  4. Subject: Re: Maximum wsmax: can it be increased ?
  5. Message-ID: <1992Nov20.145100.351@condor.navsses.navy.mil>
  6. Date: 20 Nov 92 19:51:00 GMT
  7. References: <01GRDFI4HY2A8WVZBS@MONMOUTH-etdl1.Army.MIL>
  8. Organization: NSWCCD, Naval Ship Systems Eng Sta, Phila PA
  9. Lines: 37
  10.  
  11. In article <01GRDFI4HY2A8WVZBS@MONMOUTH-etdl1.Army.MIL>, Brian J. Schenkenberger, VAXman writes:
  12. > I've never done this but... I can offer you a quick method to change
  13. > the value.
  14. > The value for WSMAX is stored at the symbolic address SGN$GL_MAXWSCNT.
  15. > You can change this value WHILE THE SYSTEM IS RUNNING with DELTA.  How?
  16. > Lookup the address of SGN$GL_MAXWSCNT in SYS.MAP.  Then, enter DELTA.
  17. > $ RUN SYS$SHARE:DELTA
  18. > 1:m <cr>
  19. > 00000001 <cr>
  20. > 00010001:<address of SGN$GL_MAXWSCNT>/<return-curr-value> <your-new-value>
  21. > EXIT                                                       (hex of course)
  22. > $
  23. >>Caveats ? :-)
  24. > This above will change the value.  Its implications if you increase it
  25. > above the current limits? I know not!  I just LOWERed my system's WSMAX
  26. > by 16 with the above and have had no problems.
  27. You should have no problems if you LOWER the value of WSMAX this way, but you
  28. WILL have some if you RAISE it.  WSMAX is a parameter that is used to calculate
  29. the size of a balance set slot (which is done early in the boot process).  If
  30. you raise the value of WSMAX beyond the value it had at system startup the
  31. system will overwrite the head of one balance slot when it is trying to use the
  32. tail of the previous one, thus corrupting the PHD of a resident process, which
  33. will shortly cause a crash or hang of the entire system.
  34.  
  35.  
  36. -- 
  37. Mike Jacobi
  38. NAVSSES VAXCluster system manager
  39. System@Eagle.Navsses.Navy.Mil
  40. System@Condor.Navsses.Navy.Mil
  41.  
  42. Disclaimer - I speak for myself.  No-one else.
  43.