Operating System - HP-UX
1825775 Members
2134 Online
109687 Solutions
New Discussion

Re: The max core file size in the OS tuning is set to a low value

 
dong_1
Contributor

The max core file size in the OS tuning is set to a low value

In case The max core file size in the OS tuning is set to a low value. In HP-UX 11.00, I want to increase max core file. What can I do?, Can you help me?.
Take care
2 REPLIES 2
Michael Tully
Honored Contributor

Re: The max core file size in the OS tuning is set to a low value

The command your after is called 'ulimit'

example
ulimit -c 4096

You would need to set this in a .profile or /etc/profile or the shell of a program.

Anyone for a Mutiny ?
T G Manikandan
Honored Contributor

Re: The max core file size in the OS tuning is set to a low value

check the soft and hard limits

#ulimit -cS
#ulimit -cH
Increase it using

#ulimit -c