Installation guide

An NFS Version 2 or Version 3 client can mount a maximum of 2048
les or directories.
Memory mapped le limit
The maximum supported size of a le that can be mapped into memory
without segmenting the le depends on the virtual address space limits, as
documented in the section on memory limits.
Open les limit
The open-max-soft and open-max-hard attributes control the
maximum number of open le descriptors per process for all processes.
The default value is 4096. When the open-max-soft limit is reached,
a warning message is issued, and when the open-max-hard limit is
reached, the process is stopped. The maximum number of open les per
process is 65,536. If you increase the maximum number of open les per
process, make sure that you adjust the value of the max-vnodes
attribute.
File descriptor entries in the per process le table are dynamically
allocated after the initial 64 entries in the utask structure are used.
File locking limits
The Tru64 UNIX le record locking service allows applications to lock
any number of bytes in a le in the range of 0 to 2
63
1, inclusive. File
locking is supported by UFS, AdvFS, and both NFS Version 2 and
Version 3. Because the NFS Version 2 protocol suite allows ranges to be
specied only with 32-bit numbers, it supports a le locking range of 0 to
2
31
1, inclusive.
Pathname limits
AdvFS, UFS, CDFS, and NFS support a maximum pathname component
of 255 bytes and a maximum le pathname of 1023 bytes.
A.1.8 Networking Limits
The networking limits are as follows:
Pseudoterminals (ptys)
The maximum number of supported ptys is 8192.
LAT connections
The maximum number of incoming LAT connections is 4800.
The maximum number of outgoing LAT connections is 4000.
IP alias addresses
Tru64 UNIX allows the use of up to 5,000 IP alias addresses before
System Limits A7