Products | Versions |
---|---|
TIBCO ActiveMatrix BusinessWorks Plug-in for Files for Unix and Windows | - |
Not Applicable | - |
Resolution:
TIBCO ActiveMatrix Adapter for Files (Unix/Win) aborts with a core dump with a large file on AIX machine. To resolve this iisue, you need to set the following property in the adfilesagent.tra file:
tibco.env.LDR_CNTRL=MAXDATA=0x20000000@USERREGS
This property allows a 32-bit application to access more than 256MB of memory on AIX. By default, AIX allocates 256MB per process for the data segment.