home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / vms / 12977 < prev    next >
Encoding:
Internet Message Format  |  1992-07-30  |  2.9 KB

  1. Path: sparky!uunet!olivea!decwrl!csus.edu!netcomsv!iscnvx!enterprise!news
  2. From: marshall@force.ssd.lmsc.lockheed.com (Bob Marshall)
  3. Newsgroups: comp.os.vms
  4. Subject: Re: Boot-time quotas
  5. Message-ID: <1992Jul30.193332.1613@enterprise.rdd.lmsc.lockheed.com>
  6. Date: 30 Jul 92 19:33:32 GMT
  7. References: <01GMZG9FUSS200008J@VAXF.COLORADO.EDU>
  8. Sender: news@enterprise.rdd.lmsc.lockheed.com
  9. Reply-To: marshall@force.ssd.lmsc.lockheed.com
  10. Organization: LMSC, Sunnyvale, California
  11. Lines: 46
  12. Nntp-Posting-Host: nebula.ssd.lmsc.lockheed.com
  13.  
  14. In article <01GMZG9FUSS200008J@VAXF.COLORADO.EDU>, DWING@UH01.Colorado.EDU (Dan Wing) writes:
  15. >Bob Marshall, marshall@force.ssd.lmsc.lockheed.com, wrote:
  16. >
  17. >>Where does the system initialization process get its quota values from? I
  18. >>had always assumed that it was from the UAF record for username SYSTEM,
  19. >>but it appears that they actually come from the settings of the PQL
  20. >>SYSGEN parameters. 
  21. >
  22. >It comes from the PQL_Dxxx SYSGEN parameters.
  23.  
  24. Well, not quite. I did some experimenting and found that the PGFLQUOTA,
  25. FILLM, and ENQLM quotas do *NOT* come from the PQL parameters. These
  26. quotas apparently come from hard-coded values in the call to $CREPRC
  27. which creates the STARTUP process. These values are evidently
  28. 20000 for PGFLQUOTA, 60 for FILLM, and 100 for ENQLM, and there is
  29. no way to change them (according to CSC), other than defining the 
  30. corresponding PQL_Mxxx parameter (the minimum value) to be higher.
  31. This is probably not a good idea, since it overrides any lower values
  32. in UAF records.
  33.  
  34. >>My evidence is that I run an image from SYSTARTUP_V5.COM
  35. >>which requires a page file quota of about 26,000, and I was getting an
  36. >>"Exceeded quota" error from the image activator. Since username SYSTEM
  37. >>has a page file quota of 150,000 I was a little bit surprised. 
  38. >
  39. >You can RUN/DETACH it, or submit it to a batch queue, and it will use the
  40. >quotas and limits established in the SYSUAF for user SYSTEM instead of using 
  41. >the PQL_Dxxx values.
  42.  
  43. I think it needs to be RUN/DETACH/AUTHORIZE. In this case, the program
  44. reads its inputs from the subsequent lines in the command procedure, so
  45. I'd have to use /INPUT, too, and then it starts to get too messy, so I've 
  46. resigned myself to executing the image from a batch job. 
  47.  
  48. Anyone know the reason these three quotas appear to be hard-coded and
  49. unchangeable for the STARTUP process? The only thing I can think is that
  50. if you tinker with them and screw them up you could render the system
  51. unbootable.
  52.  
  53. =============================================================================
  54. Bob Marshall                     \\     "It ain't age
  55. Lockheed Missiles & Space Co.     \\     That makes me look this way
  56. Sunnyvale, CA                      \\    It ain't the years, boys,
  57. marshall@force.ssd.lmsc.lockheed.com\\   It's the miles"
  58. "I tell the truth 'cept when I lie"  \\     - Chris LeDoux
  59. =============================================================================
  60.