Operating System - HP-UX
1851406 Members
3326 Online
104058 Solutions
New Discussion

Re: kernel parameter HP-UX 11.00

 
Paul Alain
Occasional Contributor

kernel parameter HP-UX 11.00

Which kernel parameter sets the shared memory "system-imposed maximum segment size" ?
Curently our maximum segment size is set to 134217728 (128MB). How can i increase this setting?
3 REPLIES 3
Alex Glennie
Honored Contributor

Re: kernel parameter HP-UX 11.00

shmmax Maximum shared memory segment size
Minimum: 2 Kbytes
Maximum: 1792 Mbytes Default: 0x04000000 (64 Mbytes)

use sam to increase ?
Dieter Degrendele_1
Frequent Advisor

Re: kernel parameter HP-UX 11.00

Hi,

You can change the kernel parameters in SAM.

sam
kernel configuration
configurable parameters
shmmax (max shared mem segment in bytes)

Remark,
You will have to reboot your machine to apply the changes you made to the kernel. (Why am I feeling as if I am working with Micro$oft products?)


Rdgs,
DD
The possible we did, the unpossible we're doing but for a miracle you have to wait some time.
James R. Ferguson
Acclaimed Contributor

Re: kernel parameter HP-UX 11.00

Hi Paul:

To the above contributions, I would also add that SAM has inbuilt help to guide you in the appropriate selection of kernel paramater values. SAM also "knows" the rules and ranges appropriate for the various parameters, and thus is a very safe, effieient way of adjusting them.

Here is a good document describing HP-UX kernel parameters, too:

http://docs.hp.com/hpux/onlinedocs/os/KCparams.OverviewAll.html

...JRF...