| re: .0, .2
We have had a similar problem with a 3500 with 32meg of memory.
We eventually modified DECW$CHECK_PARAMS.COM to check that these
parameters were atleast 60 but greater ok.
With machines with larger amounts of memory and/or large virtual needs, these
parameters must be greater than 60 or you will get a lock working set full
problem. We have filed the problem in this notes file (?? or some other
permutation of this notes file) and qar'ed it, but the problem still seems to
get shipped.
Guess they don't expect some decent sized work stations out there...
Alice
|
| Just to add a little info on some questions I raised in .0
===========================================================================
PQL Minimum SYSGEN Parameters Used For Interactive Logins
COPYRIGHT (c) 1988 by Digital Equipment Corporation.
ALL RIGHTS RESERVED. No distribution except as provided under contract.
TITLE: PQL Minimum SYSGEN parameters used for interactive logins.
PRODUCT: VMS, Version 4.n
DATE: January 1988
SOURCE: Customer Support Center/Colorado Springs
\ by G. House of VMS/C
\
INFORMATION:
Users get higher values than those specified for process quotas and/or
working set sizes in their UAF records.
When a login is performed using LOGINOUT, one would expect that all
the process quotas would be taken from the values defined in the UAF
record for the user. This is not the case. The PQL_Mxxx SYSGEN
parameters are also utilized.
ANALYSIS:
The PQL parameters define the default (PQL_Dxxx) and minimum
(PQL_Mxxx) values to be used for the associated process quotas. The
default quotas are used for detached processes which do not execute
LOGINOUT to acquire the quota values from SYSUAF. The minimum
parameters are enforced for all processes on the system.
The following values are affected:
WSQUOTA, Working set quota
WSEXTENT, Working set extent
WSDEFAULT, Working set default
PGFLQUOTA, Page file quota
BIOLM, Buffered I/O limit
DIOLM, Direct I/O limit
BYTLM, Byte count limit
PRCLM, Subprocess quota
FILLM, Open file quota
ASTLM, AST quota
TQELM, Timer queue quota
CPULM, CPU time limit
ENQLM, Enqueue (lock) quota
JTQUOTA, Job logical name table quota
|