Page 1 of 1

Datastage TX 8.0 - Out of Memory issue

Posted: Fri Nov 14, 2008 12:20 pm
by zaino22
Hi,

I'm having an out of memory to execute map issue in datastage TX 8.0. Has anyone encountered this error before? any proposed solutions?

Any help would be appreciated, the error message is below:

Thanks!

<MapAudit StartTime="12:14:35 November 14, 2008">
<Platform>Command Server for Windows - Version 8.0(81)</Platform>
<ExecutionSummary MapStatus="Error" mapreturn="2" ElapsedSec="572.3759" BurstRes
<Message>Not enough memory to execute map</Message>
<CommandLine>F:\Ascential\DataStageTX_8.0\Code\Maps\DW00EDW_TX_REG_ProdOTC.mm
<ObjectsFound>7348082</ObjectsFound>
<ObjectsBuilt>25739264</ObjectsBuilt>

Posted: Fri Nov 14, 2008 9:21 pm
by ray.wurlod
Get more memory? Simplify the map?

Posted: Thu Nov 20, 2008 4:33 pm
by pkalva
1. use work space as file instead of memory
2. increase the page size and page count

Re: Datastage TX 8.0 - Out of Memory issue

Posted: Fri Jun 26, 2009 9:13 am
by maltu
I noticed from the log that the objects found and objects built size is quite high(its not in Kbs but higher), relatively speaking.

Memory contention is a common problem within mercator when you have multiple apps running on the same server instance. Maybe there are other apps that consume high memory being executed within the same time window.

Work with the busines and see if some of the non-critical jobs can be executed during non-peak hours so you can spread out the CPU and memory contention issues - i only say this assuming page setting and using workspace instead of memory didn't fix the problem.