Ascential DataStage 7 Memory issues Windows 2003 Enterprise

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
rpatrick
Participant
Posts: 1
Joined: Thu Mar 15, 2007 7:02 am

Ascential DataStage 7 Memory issues Windows 2003 Enterprise

Post by rpatrick »

Ok guys I am hoping someone can help me out here. I have a 4 proc server with 12GB of RAM. Windows can see all 12 GB of RAM, but DataStage will only use 2GB. I wrote an application that just takes up memory in 2GB sections to test and make sure that the memory could be written to and it can as long as i open multiple instances of the application. DataStage is a 32 bit app so that means that it can only use up to 4 GB of RAM (2 of which is reserved for the OS) The problem is that I am trying to run multiple jobs at once and 2GB of RAM is just not enough. How do i get data stage to take advantage of the rest of the unused RAM in the system? Do i need to start multiple instances and run my jobs in different instances of DS on the same box? thanks for you help!
ray.wurlod
Participant
Posts: 54595
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Welcome aboard. :D

Why do you assert that DataStage will only use 2GB of memory? How did you measure this? DataStage, running multiple jobs, will run multiple processes - did you count the memory consumption of all the uvsh or dssh processes, all the dsapi_server and dsapi_slave processes?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply