MPE/iX 5.5 Operating System Limits

There is one global DSL DSTs Table for a node. It is created during system initialization
and exists as long as the system is up. There will be an entry in the table for each possible
process on the system. Every session on the system which creates a DSLINE table, stores
its DSLINE table DST# in its root process's PIN entry of this table.
Accessed through AS Global Data Segment.
Constants that determine table size :
DSL'DSTs'Size = 10000 , DSL'DSTs'HLength = 8
Max entries = ((DSL'DSTs'Size - DSL'DSTs'HLength)/ entrysize) - 1
where entrysize = 1;
Current max entries = 9991
Using Max DST size of 32764 max possible entries = 32755.
6) Nsstatus intrinsic
Can handle info. for only 120 NS servers. Very complicated to fix( according to previous
IR).
7) Network service table
File : S04MNSCN
Table size determined by the following constants :
InitNeSTsize = 65536,
IncreNeSTsize = 65536,
MaxNeSTsize = 393216
Currently supports 3000+ servers.
8) Other dependencies