- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Kernel parameter question
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
08-04-2004 01:59 AM
08-04-2004 01:59 AM
Kernel parameter question
after a panic in a HP9000 N class, HP send to me a mail with the analizys.
They recomend decrese
set dbc_max_pct to 6
set dbc_min_pct to 4
Hi have 10 and 5.
Wath do you think
Attached I sent all analizys.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2004 02:13 AM
08-04-2004 02:13 AM
Re: Kernel parameter question
If it helps depends on how much memory you have but you seem to run out of swap
This could indicate a memory leak or not enough swap
Check these things
Memory Usage - â What is using all of the memoryâ ?
by:eric.herberholz@hp.com
Last modified: July 26, 2004
Latest version available at external ftp site:
ftp://eh:spear9@hprc.external.hp.com/memory.htm
espacially review buffer cache size
Also make sure your patch level is recent
Steve St
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2004 02:18 AM
08-04-2004 02:18 AM
Re: Kernel parameter question
it depends on the memory you have, but decreasing the default values is alwasy a good thing, because otherwise too much memory is occupied.
So i have 4 GB Memory and set the values to 8 (max.) and 5 (min.) percent.
So i think the advice will be a good thing
Franky
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2004 02:20 AM
08-04-2004 02:20 AM
Re: Kernel parameter question
Because the machine had been up a while, I suspect the real problem is that you have applications that leak memory. I would immediately start looking for those. The kernel patch is probably a good idea as well.
As a sysadmin, part of your job is to have monitors in place so that you know the box is under memory pressure long before serious problems arise.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2004 03:40 AM
08-04-2004 03:40 AM
Re: Kernel parameter question
Take care to get the recommended patches installed and check if the system is really suitable for your workload. The "working set" of your applications needs to fit into physical memory to avoid severe memory pressure like in your case. Period.
BTW, I don't beleive that your applications are "leaking" memory. Funny, but application memory leaks usually don't cause memory pressure on virtual memory systems. Leaked memory is usually no longer accesses, so it can be easily paged out after some time. So you would see an exhausted swap space instead.
Best regards...
Dietmar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2004 07:48 AM
08-05-2004 07:48 AM