For Dollar Universe 5.x
BEWARE: LDR_CNTRL must be set just before the start of the uxioserv process and unset immediately after that, to avoid the possibility that all successive processes get the same segment size allocated which could adversely affect your system.
In the uxstartup_gen.ksh add before and after the IO starting instruction the following variable declaration:
export LDR_CNTRL=MAXDATA=0x40000000
$UXEXE/uxioserv $SOCIETE X $NOEUD >$UXLEX/uxioserv.log 2>&1 &
unset LDR_CNTRL
For Dollar Universe 6.x
Node Settings >> Advanced Settings >> IO memory limit (AIX only) ==> 1 GB (or higher)
A restart is required to enable the modification.Fix Status: No Fix
Fix Version(s):
N/A