1833358 Members
3552 Online
110051 Solutions
New Discussion

Re: ulimit coredump

 
SOLVED
Go to solution
Randy_9
Regular Advisor

ulimit coredump

As root the coredump value for ulimit shows as
Hard=unlimited
Soft=4290772993

How can I set the ulimit value for a regular user to also be "unlimited". Does the 4290772993 refer to a 2gig file size?.

Thanks,
Randy Vincent
3 REPLIES 3
Santosh Nair_1
Honored Contributor
Solution

Re: ulimit coredump

If you're trying to set the ulimit for the corefile to unlimited for everyone, then you would probably want to put the following command in /etc/profile:

ulimit -c unlimited

Also, 4290772993 does equate to 2GB file size. This parameter is measured in 512 byte blocks.

-Santosh
Life is what's happening while you're busy making other plans
someone_4
Honored Contributor

Re: ulimit coredump

Hi
Attached is the doc that should help you.

Richard
Scott Van Kalken
Esteemed Contributor

Re: ulimit coredump

I have seen a problem with this under HPUX 11.00 whereby sh-posix is not unlimited, but csh was. This was for the same user.

There was no ulimit in either the /etc/profile or the /etc/csh.profile.

It was however solved by specifying a value in both profiles using the ulimit command.