Operating System - HP-UX
1748123 Members
3396 Online
108758 Solutions
New Discussion юеВ

bottleneck RAM in virtual machine hp-ux v 11.31

 
Ricardo Pag├бn
Occasional Advisor

bottleneck RAM in virtual machine hp-ux v 11.31

Hi all,

I have a bottleneck problem in memory when you install oracle 11g in a virtual machine consumes me:

3.4 GB that only Oracle, OS 1.6 GB consumed me.

The machine has 10% 2Core and 6GB of RAM.

How I can optimize the use of that memory so it does not consume much memory.

I recomendais.

Thanks for everything.
4 REPLIES 4
vishnu.khandare
Respected Contributor

Re: bottleneck RAM in virtual machine hp-ux v 11.31

Hi Ricardo,

Please check the below two kernel paramters,
filecache_max
filecache_min

U need to tune ur system to overcome this memory bottleneck.

Hope this solves ur issues
Dont forget to assign points.

Regards
Vishnu Khandare
You should deserve before U desire!!!!
Oviwan
Honored Contributor

Re: bottleneck RAM in virtual machine hp-ux v 11.31

set filecache_max to maximal 5%. if you have really a lot of oracle session use shared server instead of dedicated server.
TwoProc
Honored Contributor

Re: bottleneck RAM in virtual machine hp-ux v 11.31

You need your DBA to set the sizes used by the Oracle SGA as well as setting the things in OS that the others have missed.
We are the people our parents warned us about --Jimmy Buffett
muruganantham raju
Valued Contributor

Re: bottleneck RAM in virtual machine hp-ux v 11.31

Hi,
(1) Monitor your system memory utilization using any tools like glance
(2) Check which processes are consuming more memory and drill down to find out the reason
(3) You can stop unnecessary applications running in your system and remove them from init.d
(4) You can also do kernel parameter tuning using kctune. Tuning parameters like dbc_max_pct and dbc_min_pct would impact memory utilization
(5) Based on the load to oracle, you might have to re-look at the memory allocation to HPVM guest system

HTH
Muru