MPE/iX 5.5 Operating System Limits

Current max entries = 15888
---------------------------
Max processes supported on system currently is 8190.Therefore no changes are required
for PTAB.
3) Process extension table ( ptab ext)
File : S15SNSCC
Procedure AS'Glob'Init allocates space for this table using max dst size (32764) :
extn'dst := HPGetDataSeg ( as'memory'size,as'memory'size,
objcl'dcl'ss'global,vsdomain'global, releaseable);
-----------------------------
Max PTAB Ext entries = 10,000.
-----------------------------
This is more than the current max processes which is 8190.
4) Dsline table
File : S14SNSCC
DSLINE table holds the characteristics for environments defined by :DSLINE and
:REMOTE commands.
The DS Table is organized as an extra data segment buffer space.As such it is an extra
data segment, with the entries in the DS Table are allocated as buffers in the buffer space.
The maximum allowed buffers is currently 100.This puts an upper limit on the number of
concurrent environments for the session.
DsTabMaxSize = 29027 , DsTabMaxBuffers = 740
Procedure AS'ENV'CREATE'DSTABLE creates DSLINE Table for a session.
5) Dsl DST table