Description :Job Runs are not displayed anymore in Univiewer. Other functions, like Uproc or Session listing or Server Engines still work.
uxlst CTL still works
Possibly, but not necessarily the size of universe.log has increased a lot.
Environment
OS: IBM AIX
Cause
Cause type: Configuration Root Cause: The memory available to the CDJ engine is limited
Resolution
Allocate more memory for the CDJ server:
How to fix memory issues with variable LDR_CNTRL
Prerequisites: Operating System is AIX The uxcdjsrv Dollar Universe process fails
Explanation: LDR_CNTRL=MAXDATA is an AIX environment variable to override the default 256MB data segment allocated to a process . export LDR_CNTRL_MAXDATA=0x40000000 => This will allow to use up to 4 data segments, that is to say process memory limit 1G.
Implementation procedure: The following line will enable the setting only for CDJ server startup in $UXMGR/uxstartup_gen file; then it is removed with ''unset'' command: