Operating System - HP-UX
1834312 Members
2631 Online
110066 Solutions
New Discussion

Re: Kernel parameter for max memory usage per process

 
SOLVED
Go to solution
Liam Curtis
Frequent Advisor

Kernel parameter for max memory usage per process

Hi All,

Drawing a blank here. Is there a kernel parameter that limits the maximum amount of memory usage/consumption per process?

5 REPLIES 5
Patrick Wallek
Honored Contributor
Solution

Re: Kernel parameter for max memory usage per process

Potentially.

Check out the max*siz and max*siz_64 parameters.
Liam Curtis
Frequent Advisor

Re: Kernel parameter for max memory usage per process

thnx much!

I thought at one point there was a url or pdf that explained each parameter in detail. Can not seem to find it...anyone?
Patrick Wallek
Honored Contributor

Re: Kernel parameter for max memory usage per process

HP-UX 11i V1 (11.11) tunable kernel parameters:

http://docs.hp.com/en/TKP-90202/index.html
http://docs.hp.com/en/TKP-90202/TKP-90202.pdf

Dynamically tunable kernel parameters for 11i v1 & 11i v2:

http://docs.hp.com/en/1316/DynTuneWP.pdf

I can't seem to find much more than that. I can't find any real documents on the kernel paramters for 11iv3.
Dennis Handly
Acclaimed Contributor

Re: Kernel parameter for max memory usage per process

>I thought at one point there was a URL or pdf that explained each parameter in detail.

Have you looked at the man pages? 11.31:
http://docs.hp.com/en/B2355-60130/maxssiz.5.html
Liam Curtis
Frequent Advisor

Re: Kernel parameter for max memory usage per process

Thanks Dennis!

Boy oh boy...feeling like a newb. Part of the problem is that I really don't have to touch the system all that often, so I forget most of the stuff I learn or figure out.

The help is much appreciated...