Memory Leakage

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
oacvb
Participant
Posts: 128
Joined: Wed Feb 18, 2004 5:33 am

Memory Leakage

Post by oacvb »

Hi,

If a job aborts, Does the memory allocated to process the job will be released?If so, when it will be released. Do i need to reset the job. Our jobs are taking more memory after every abort. Please help us.

Regards,
Venkatesh Babu Obla
sb_akarmarkar
Participant
Posts: 232
Joined: Fri Sep 30, 2005 4:52 am
Contact:

Post by sb_akarmarkar »

Job type you have mention is parallel and posted query in server forum...


Thanks,
Anupam
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Memory allocation and resource management is part of the underlying operating system, not DataStage. How are you measuring your memory usage? If it is using different amounts of storage on subsequent runs then it is your data (either source or interim) that is causing that change, not something within DataStage.
oacvb
Participant
Posts: 128
Joined: Wed Feb 18, 2004 5:33 am

Post by oacvb »

Hi,

Agree with your view. We took the performance statistics before and after abort. CPU Utilization is around 95% and Memory (Not used to store the data) to allocate the execution of jobs were increased by 20%. We restarted datastage server and it came back to original values. We thought the memory for aborted jobs were not released.

Regards,
O.A.C.Venkatesh Babu
Post Reply