1825775 Members
1911 Online
109687 Solutions
New Discussion

Re: memory problem

 
SOLVED
Go to solution
remer
Advisor

memory problem

hi,

i have a system which 32GB of memory and has a 40 running application which has 167MB RSS/VSS per application.
my problem is everytime the 40 application is running my memory utilization increases rapidly up to 74% memory usage.
how can i eliminate the rapid increase in memory usage and what kernel tunables can i change to eliminate this problem?
is there a way i can release the memory that have already been used as buffer cache?

thanks.
4 REPLIES 4
Wim Rombauts
Honored Contributor
Solution

Re: memory problem

Can you be a little more specific ?
With the information you give, I can only see two global options :
1) Your applications use more then 167MB/application by spawning child processes which each consume additional memory. Do you have glance available on your system ?
2) Is it that the buffer cache of the system is growing because your applications are intensively using the filesystem ? Check kernel tunable dbc_max_pct.
Wim Rombauts
Honored Contributor

Re: memory problem

Can you be a little more specific (OS version, where do you see memory usage, ... ?
With the information you give, I can only see two global options :
1) Your applications use more then 167MB/application by spawning child processes which each consume additional memory. Do you have glance available on your system ?
2) Is it that the buffer cache of the system is growing because your applications are intensively using the filesystem ? Check kernel tunable dbc_max_pct, but this tunable is depricated in HP-UX 11i v2
remer
Advisor

Re: memory problem

Can you be a little more specific (OS version, where do you see memory usage, ... ?
With the information you give, I can only see two global options :
1) Your applications use more then 167MB/application by spawning child processes which each consume additional memory. Do you have glance available on your system ?
2) Is it that the buffer cache of the system is growing because your applications are intensively using the filesystem ? Check kernel tunable dbc_max_pct, but this tunable is depricated in HP-UX 11i v2

what do you mean depricated of the dbc_max_pct tunable? yes it is a HP-UX 11i v2 server. upon reboot the mem util is only 10% and when the application start to run it reached a 74% mem util.
remer
Advisor

Re: memory problem

thanks i already figured out a solution.