Operating System - HP-UX
1822004 Members
4010 Online
109639 Solutions
New Discussion юеВ

set file size limit for coredump

 
SOLVED
Go to solution
Kennethyap
Frequent Advisor

set file size limit for coredump

Dear Experts,
I need to set the coredump to unlimited value.
I run the command "#ulimit -a" to check it.
The coredump not set to unlimited value.
How to set the coredump to unlimited value.
thks
3 REPLIES 3
murugesan_2
Advisor
Solution

Re: set file size limit for coredump

Check this out.
ulimit -c unlimited

HTH
Kennethyap
Frequent Advisor

Re: set file size limit for coredump

thks ...problem solve
Muthukumar_5
Honored Contributor

Re: set file size limit for coredump

Hai,

For coredump you have to care for soft limit and as well as hard limit.

ulimit -Hc --> hard limit
ulimit -Sc --> soft limit

To set it unlimited then,

ulimit -Hc unlimited
ulimit -Sc unlimited

Set them to unlimited to get full core with out problem.

Regards
Muthu

Easy to suggest when don't know about the problem!