|
No computer yet invented is infinitely powerful...
And storage and processor requirements traditionally expand to
exceed what is presently available...
There are always limits to the number of users: memory, processor
performance, disk space, etc. All these factors are affected by
the specific application(s) being used, and by user expectations.
Common "configurable" limits include the amount of physical memory
configured, the IJOBLIM parameter (See SET LOGIN/INTERACTIVE), the
size(s) of the process workingset(s), and various SYSGEN parameters
such as NJOBLIM, MAXPROCESSCNT, BALSETCNT, VIRTUALPAGECNT, and
various other associated or derived settings... And the appropriate
sizes for the pagefile(s) and swapfile(s) are normally derived from
these SYSGEN paramters.
OpenVMS VAX "hard" limits include the size of system space (which
effectively limits the values derived from the MAXPROCESSCNT and
VIRTUALPAGECNT interactions), and the "hard" MAXPROCESSCNT limit
of 8192 processes. (OpenVMS Alpha increases MAXPROCESSCNT limit
to 16384, and tends to avoid the derived MAXPROCESSCNT/VIRTUALPAGECNT
limits on system space due to differences in the OpenVMS Alpha V7.0
memory management model.
SYSGEN parameters should be adjusted only via AUTOGEN. Note that
random tweaking can often reduce the overall system performance --
AUTOGEN determines reasonable values for most settings. Periodic
AUTOGEN passes -- with FEEDBACK -- should be performed over time,
to better "dial in" the parameter settings based on actual usage.
|