- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: memory problem
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2007 09:55 PM
09-03-2007 09:55 PM
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2007 11:35 PM
09-03-2007 11:35 PM
SolutionWith 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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2007 11:37 PM
09-03-2007 11:37 PM
Re: memory problem
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2007 11:47 PM
09-03-2007 11:47 PM
Re: memory problem
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2007 11:54 PM
09-03-2007 11:54 PM