1753783 Members
6842 Online
108799 Solutions
New Discussion юеВ

Re: Memory increase

 
SOLVED
Go to solution
Scott G. Gallup
Advisor

Memory increase

I have an rp4440 running HP-UX 11.11. The server currently has 8GB of memory and I am going to increase the amount by another 8GB. I know I will be modifying the value of shmmax.
I was wondering if anyone has any suggestions, warnings, etc. about any other kernel parameters that should be changed or monitored. I am not expecting any specific values/setting just general advice and/or experiences. Thank you.
6 REPLIES 6
TTr
Honored Contributor
Solution

Re: Memory increase

You need to check the current utilization of some more kernel structures, anything that has a max limit, such as messages, semaphores, nproc, open files, file locks etc. and increase them if needed.

Also check your swap space utilization. You may need to add more disk swapping to be able to utilize all of the installed memory.
Johnson Punniyalingam
Honored Contributor

Re: Memory increase

I would prefer to do

Ignite backup of the Server

increase swap space

Upgrade the "Memmory"

Once mememory upgrade "Perfrom Diagnostic" test for memory -> via stm

Problems are common to all, but attitude makes the difference
Jacques Carriere
Regular Advisor

Re: Memory increase

Don't forget to adjust dbc_max_pct and dbc_min_pct.

Aneesh Mohan
Honored Contributor

Re: Memory increase

Hi,

The parameters that effect memeory are :

bufpages
dbc_max
dbc_min
desfree
lotsfree
maxdsiz
maxssiz
maxtsiz
minfree
msgmax.msgmnb
nbuf
nclist
netmemmax
nfile
ninode
nproc
page_text_to_local
strmsgsz
swapmem_on
unloackable_mem

Aneesh
Suraj K Sankari
Honored Contributor

Re: Memory increase

Hi,

After upgrading memory you need to extend your SWAP memory and you need to monitor your server. according to your utilization or as per applications demand you need to change the kernel parameters.

Suraj
Scott G. Gallup
Advisor

Re: Memory increase

Thank you to all who replied