1834087 Members
2272 Online
110063 Solutions
New Discussion

Re: core dump files

 
SOLVED
Go to solution
Ganesh Babu
Honored Contributor

core dump files

Hi,
How will I know whether the creation of core dump files are enabled in an HP-UX 11i OS installed machine??

Ganesh
3 REPLIES 3
Patrick Wallek
Honored Contributor
Solution

Re: core dump files

Core dumps will be created. There is no way to turn off core dumps.

You can limit a core file to 0 bytes by doing a 'ulimit -c 0'. Use 'ulimit -c' to see what the value for your current session is.
Ganesh Babu
Honored Contributor

Re: core dump files

Thanks Patrick.. currently the value is 4194303..

Ganesh
Ganesh Babu
Honored Contributor

Re: core dump files

thanks