Page 1 of 1

How to set the path for the heap dump files via DS project environment variables

Posted: Thu Jul 08, 2021 11:25 am
by chanaka
Dear Experts,

We have a XML hierarchy job failing in PROD environment with a XML_stage,0: JVMDUMP030W Cannot write dump to file /home/runtimeuser/heapdump.20210708.123556.35873.0002.phd: No space left on device error. We can further diagnose the issue by directing the dump files to a different path with more space. It would be very much appreciated if someone can help us to pinpoint the environment variable that can be used to override the default setting and set it to a different directory?

Re: How to set the path for the heap dump files via DS project environment variables

Posted: Fri Jul 09, 2021 7:10 am
by PaulVL
I would experiment with changing these two environment variables. $HOME and/or CWD. Set those at a job level. Force your job to fail and see where the dump goes.

Re: How to set the path for the heap dump files via DS project environment variables

Posted: Fri Jul 16, 2021 12:08 pm
by chanaka
Thanks Paul. Will check and let you know.

Re: How to set the path for the heap dump files via DS project environment variables

Posted: Mon Jul 26, 2021 8:09 am
by PaulVL
How did it go?