Memory Allocation Problem

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
asitagrawal
Premium Member
Premium Member
Posts: 273
Joined: Wed Oct 18, 2006 12:20 pm
Location: Porto

Memory Allocation Problem

Post by asitagrawal »

Hi,

In my Job,

I am reading a flat file (containing 7 key flds + 4 flds), and writing into 4 Hashed file.

Each hashed file will contain the 7 key flds and 1 out of 4 flds, hence 4 Hashed files.

There will be approx 20 Million rows which will go into the Hashed file.

The command fired to create the Hashed File is this (from the logs):

Code: Select all

Executing Command = 
D:\Ascential\DataStage\Engine\bin\mkdbfile <Hash_File_Name> 30 1 4 20 50 80 1628 
Approx After 2 hrs, I found the job still running and the below msg was logged as a Warning msg:

Code: Select all

add_to_heap() - Unable to allocate memory
From the DS Director Monitor screen, I donot see any change in the number of rows being read and written... but suddenly it starts and continues towards completion...

I am unable to understand the problem... Please advice..

Regards,
Asit
DSguru2B
Charter Member
Charter Member
Posts: 6854
Joined: Wed Feb 09, 2005 3:44 pm
Location: Houston, TX

Post by DSguru2B »

Wrong forum.
Search on "Unable to allocate memory".
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
asitagrawal
Premium Member
Premium Member
Posts: 273
Joined: Wed Oct 18, 2006 12:20 pm
Location: Porto

Post by asitagrawal »

DSguru2B wrote:Wrong forum.
Search on "Unable to allocate memory".
Ooops, I am sorry...
:wink:
asorrell
Posts: 1707
Joined: Fri Apr 04, 2003 2:00 pm
Location: Colleyville, Texas

Post by asorrell »

Moved to Server Forum
Andy Sorrell
Certified DataStage Consultant
IBM Analytics Champion 2009 - 2020
Post Reply