Increasing heap memory allocation

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
adasgupta123
Participant
Posts: 42
Joined: Fri Oct 20, 2006 1:58 am

Increasing heap memory allocation

Post by adasgupta123 »

Hi,
We faced following error while running a job.

Join_36,5: The current soft limit on the data segment (heap) size
(805306368) is less than the hard limit (2147483647), consider increasing
the heap size limit
Join_36,5: Current heap size: 276,559,192 bytes in 13,936 blocks
Join_36,5: Failure during execution of operator logic

Here Join_36 is name of a join stage.

Is there any way to increase the heap size limit from dsadmin
client?
Plz help.

Thanks and Regards

Avik Dasgupta
Raghavendra
Participant
Posts: 147
Joined: Sat Apr 30, 2005 1:23 am
Location: Bangalore,India

Post by Raghavendra »

Heap - largest data segment a program can have. As per my understanding this will be set during your kernel configuration.
Please check with your unix administrator for the same.
Raghavendra
Dare to dream and care to achieve ...
Post Reply