Operating System - HP-UX
1753779 Members
7405 Online
108799 Solutions
New Discussion юеВ

Re: Utilizing Memory Usage

 
SOLVED
Go to solution
Ulama
Occasional Advisor

Utilizing Memory Usage

Dear all,

I'm using rp5405, with progress and symix. I have 8gb of RAM.
Now my aplication and database only using around a half of memory size, but I want to use all of memory size to running my apps and db. How can I do that, does kernel parameter can doing this ? if yes, what parameter should i change ?

thanks for your help.

Best regards,

Otong
6 REPLIES 6
Jdamian
Respected Contributor
Solution

Re: Utilizing Memory Usage

Are you sure the system is the cause of whole memory is not used ?

If you are, then some kernel parameters as maxdsiz, maxtsiz, maxssiz, shmmax should be increased.
Stanimir
Trusted Contributor

Re: Utilizing Memory Usage

It is good way to ask your DBA to re-configure his DB-parameters in order
to use 90-95% of free system memory.
Before this - check the exact distribution of your memory using SAM , top or Glance.

Regards.
Johan Lorimier
Frequent Advisor

Re: Utilizing Memory Usage

HI,

In the kernel paramters, check also that the dbc_max_pct is set at about 8-10% (the default value is 50%), or th buffer cache will reserved a huge amount of memory.

Johan
Bharat Katkar
Honored Contributor

Re: Utilizing Memory Usage

Otong,
You can also have look at buffer size configured and change it as per your requirement.
Regards,
You need to know a lot to actually know how little you know
Jan Sladky
Trusted Contributor

Re: Utilizing Memory Usage

Hi Otong,
If you want to know something about shmmax parameter read following link:

br Jan
GSM, Intelligent Networks, UNIX
Jan Sladky
Trusted Contributor

Re: Utilizing Memory Usage