| SYSGEN Parameter LRPSIZE Must Be Increased for FDDI Equipped VAX Systems
PROBLEM:
There is a high probability that VAX systems running VMS Version 5.4-3
through 5.5-2H4 and equipped with an FDDI adapter(s) are running with
an incorrect LRPSIZE parameter value. The result is receive buffers
are allocated from a general pool rather than from the LRP lookaside
list, which results in a degradation of system performance.
If the LRPSIZE parameter value is not large enough for the data
structures holding the incoming messages, the buffers in the data link
driver's receive ring will be carved out of a nonpaged pool rather
than LRPs. Allocation from a nonpaged pool is much more expensive than
from the LRP lookaside list, and the nonpaged pool allocation is done
at IPL 11 while the data link drivers do most of their work at IPL 8.
The release notes for VMS 5.4-3 specify a value for the LRPSIZE
parameter of 4474 for VAX systems equipped with an FDDI. This value
must be increased by 131 (4605) for VMS Version 5.4-3 and 67 (4541)
for VMS Versions 5.5 thru 5.5-2H4. This is ONLY required for FDDI
equipped VAX systems running VMS Versions 5.4-3 through 5.5-2H4.
RESOLUTION:
All FDDI equipped VAX systems running VMS Version 5.4-3 should have
the LRPSIZE parameter set to a minimum of 4605. All FDDI equipped VAX
systems running VMS Versions 5.5 through 5.5-2H4 should have the
LRPSIZE parameter set to a minimum of 4541. This SYSGEN parameter
change requires that the system be rebooted.
ADDITIONAL COMMENTS:
This adjustment may require an increase in LRPCOUNT as more LRPs will
be consumed. This can be determined by monitoring the LRP lookaside
list using the SHOW MEMORY/POOL/FULL command.
Autogen should be run with the feedback option if the current size for
the LRP lookaside list has increased beyond the initial size.
-----
for VMS 6.*: use NISCS_MAX_PKTSZ, see the release notes.
greg.
|