- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- High load vs. dbc_max_pct
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
10-26-2004 07:08 PM
10-26-2004 07:08 PM
High load vs. dbc_max_pct
OS: HP-UX 11.00
dbc_min_pct: 5
dbc_max_pct: 50
We're getting weird crashes on our own application on that above-mentioned system.
That application is not so CPU-intensive (usually <10% of %WCPU) nor I/O-intensive.
System loads are somewhere between 3-4 but still eg. 'sar' shows that CPU is idling almost 100%. There isn't so much device swapping (see attachment).
Has that high load something to do with the default dbc_max_pct value? (Yes, i've read about that the default value is way too high). So where is the possible bottleneck on this system? Attachment also contains output of 'top'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2004 07:19 PM
10-26-2004 07:19 PM
Re: High load vs. dbc_max_pct
High load doesn't have to do anything with your dbc_max_pct. While dbc_max_pct is at high value, it may not be the case for your system crashes. It can cause unnecessary memory pressure but lacking free memory wouldn't result in crashes on HP systems.
There is little device swapping which means either it is due to your memory mapped files or the system is low on memory itself. Looks like you have less free memory on the system.
I suggest you perform Q4 analysis on the crashdump and provide HP with the results. It may be a hardware failure.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2004 07:25 PM
10-26-2004 07:25 PM
Re: High load vs. dbc_max_pct
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2004 08:36 PM
10-26-2004 08:36 PM
Re: High load vs. dbc_max_pct
This can cause a high load, because the processes have to wait for pages to be brought back in, increasing the run queue. By the way, I don't think that 4 is particularly high. >6 may raise a flag depending on how many cpus you have.
To monitor this, use vmstat -S 5 20
Note that this is not the only cause of a high load. The other one is simply having a lot of concurrent processes running that are not doing much or are waiting for resource.
The solutions to this are:
1. Decrease dbc_max_pct to 20 (in your case with 1Gb of RAM).
2. Upgrade to HP-UX 11i.
HP-UX 11i does not have this silly pageout strategy.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2004 08:55 PM
10-26-2004 08:55 PM
Re: High load vs. dbc_max_pct
Depending on the IOs you have on your system, even 20 percent of 1GB may be big. You can start with a lower value (maybe 5 or 10%), and increase if IOs are two slow (system spending too much time on IOs)
Regards,
Fred
"Reality is just a point of view." (P. K. D.)