Operating System - HP-UX
1825730 Members
2617 Online
109687 Solutions
New Discussion

How to modify max coredump size ?

 
SOLVED
Go to solution
Leo The Cat
Regular Advisor

How to modify max coredump size ?

Hi

I'd like to modify the max coredump file size. How to do it ?

Thanks in advance,
regards,
Den

ulimit -a
time(seconds) unlimited
file(blocks) unlimited
data(kbytes) 4194300
stack(kbytes) 8192
memory(kbytes) unlimited
coredump(blocks) 4194303
nofiles(descriptors) 2048

2 REPLIES 2
Anshumali
Esteemed Contributor
Solution

Re: How to modify max coredump size ?

ulimit -c unlimited
Verify with ulimit -a
Dreams are not which you see while sleeping, Dreams are which doesnt allow you to sleep while you are chasing for them!!
Leo The Cat
Regular Advisor

Re: How to modify max coredump size ?

Hi Anshumali

that's solve it!

regards
Den