1834148 Members
1887 Online
110064 Solutions
New Discussion

setting of maxdsize

 
Sreenivas_1
Occasional Advisor

setting of maxdsize

Hi,
For some reason the Rationla purify has suggested to set the data size to unlimited (when we see with ulimit -H -a).

I think this is a kernel configurable parameter of maxdsize. But what is the maximum value we can set for this parameter. How to findout the max values?.

Could any one suggest what value we should set to get
%ulimit -H -a
data(kbytes) - unlimited.

Environment : HP UX 11.0
1 REPLY 1
Anand_20
Advisor

Re: setting of maxdsize

Hi,
Yes this is a kernel tunable parameter

[ROOT ctss]home/ketasu # kmtune -q maxdsiz
Parameter Current Dyn Planned Module Version
===============================================================================
maxdsiz 0x40000000 - 0X40000000

More information on Kernel tunable parameters
http://docs.hp.com/hpux/onlinedocs/TKP-90202/TKP-90202.html

Anand