1832455 Members
3200 Online
110043 Solutions
New Discussion

ulimit parameters ?

 
rveri
Super Advisor

ulimit parameters ?

Hi All ,

Greetings for a good day.

This is the output of # ulimit -a

# ulimit -a
time(seconds) unlimited
file(blocks) unlimited
data(kbytes) 3145728
stack(kbytes) 81612
memory(kbytes) unlimited
coredump(blocks) 4194303
nofiles(descriptors) 200

OS= HP-UX hpfin002 B.11.11 U 9000/800 642329383 unlimited-user license


I am wondering where this parameters are defined , Can any one help ..

Regards,

Veri.
------
4 REPLIES 4
Steven E. Protter
Exalted Contributor

Re: ulimit parameters ?

They are defined with the ulimit command

ulimit -d lets you set data for example.

for more, man ulimit

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
rveri
Super Advisor

Re: ulimit parameters ?

Is this ulimit parameters are related to Kernel parameter any way.

Thanks,
Veri.
Eric Antunes
Honored Contributor

Re: ulimit parameters ?

Yes they are.

data for example is related to maxdsiz or maxdsiz_64bit depending if your OS is 32 or 64 bits.

Eric
Each and every day is a good day to learn.
Devender Khatana
Honored Contributor

Re: ulimit parameters ?

Hi Veri,

The last number Nofiles(Descriptor) is taken from kernel parameters maxfiles , maxfiles_lim and appears to be very low, But it actually depends on your system as well.

Are you facing any problems?

HTH,
Devender
Impossible itself mentions "I m possible"