Calculating memory usage for SCD

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
tkbharani
Premium Member
Premium Member
Posts: 71
Joined: Wed Dec 27, 2006 8:12 am
Location: Sydney

Calculating memory usage for SCD

Post by tkbharani »

Hi,

I am using SCD stage to maintain Dimension tables. The volume of data is more than 20 Million records. What would be the process or steps to calcualte the memory usage of the job or scd stage. Some times the jobs uses maximum of RAM and other jobs does not have sufficient memory.
Should I use "nmon" in unix to monitor the memory? How to calculate the rows to memory approximately ?
Thanks, BK
SURA
Premium Member
Premium Member
Posts: 1229
Joined: Sat Jul 14, 2007 5:16 am
Location: Sydney

Re: Calculating memory usage for SCD

Post by SURA »

It could be for the whole job:

You can use ps -o | grep job name. Then you can calculate.

Right now i am not in front of system (now in windows) to check this! But it should work.

Or

You can try pmap kind of command.
Thanks
Ram
----------------------------------
Revealing your ignorance is fine, because you get a chance to learn.
Post Reply