1845948 Members
2846 Online
110250 Solutions
New Discussion

Re: memory problem

 
Sameh Roufail
Occasional Advisor

memory problem

Dear all,
I have RP7420 server (8 CPU and 8GB memory). we are running HP-UX 11.11. Our problem, we notice if we run any process (even small one like ll -R) it consume a lot of memory and after it finish it doesn't release this speace of memory which lead that we have a high memory utilization and memory utilization reach 100% and system hangs.
Do anyone can help.
Thanks & Regards
Sam
4 REPLIES 4
Tomek Gryszkiewicz
Trusted Contributor

Re: memory problem

Is it system or user memory?
We had the similar problem (system memory leaking) - PHNE_29987 patch solved it.

-Tomek
Sยภเl Kย๓คг
Respected Contributor

Re: memory problem

Can u clarifiey it
Your imagination is the preview of your life's coming attractions
Sameh Roufail
Occasional Advisor

Re: memory problem

it is a user memory. when I check with glance I found that the sys memory 1.5gb, the user memory increase during running any process and I found the buff cache now about 4 gb. If we reboot the server the buff cache goes down. I think during runniny process, the system reserve some more buffer cache memory and after it finish it doesn't release it.
Regards
Sam
Tomek Gryszkiewicz
Trusted Contributor

Re: memory problem

So, it's a buffer cache?
Probably you have default kernel setting dbc_max_pct 50 (it is 50%). Change it to 10-15

-Tomek