1833187 Members
2923 Online
110051 Solutions
New Discussion

Kernel Tuning

 
SOLVED
Go to solution

Kernel Tuning

Dear All,

I am failing to Install an application because of maxdsiz. My current value is 2 pages I want to make maximum using command.

I am having c8000 series hp-ux 11.11i machine. I went throught SAM and found that values are not in Pages. How to change this maxdsiz from 2 pages to 65536 pages.

Please help me sort it out. Thanks in advance.

Regards,
Yajuvendra Singh
7 REPLIES 7
Muthukumar_5
Honored Contributor

Re: Kernel Tuning

maxdsiz is varying in bytes not by pages. Look at this,

http://docs.hp.com/en/B3921-90010/maxdsiz.5.html

-Muthu
Easy to suggest when don't know about the problem!
Arunvijai_4
Honored Contributor
Solution

Re: Kernel Tuning

http://docs.hp.com/en/B3921-90010/maxdsiz.5.html

When Should the Value of This Tunable Be Raised?

This tunable should be raised if user processes are receiving the ENOMEM error message:

exec(2): data exceeds maxdsiz

or

exec(2): data exceeds maxdsiz_64bit.

This may or may not cause a process failure depending on the program code.

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Arunvijai_4
Honored Contributor
Shameer.V.A
Respected Contributor

Re: Kernel Tuning

Hi Yajuvendra,
Please find the document for your reference.

Hope this will help

Shameer
.... See invisible, feel intangible and achieve impossible as everything is possible ....
Tvs
Regular Advisor

Re: Kernel Tuning

HI Singh

You can try to incerase the value by

#kmtune -s maxdsiz=65536
#kmupdate

regards

tvs

Re: Kernel Tuning

Thanks all of you for the solution and valuable time.

Regards,
Yajuvendra Singh