- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: dbc_max_pct decrease
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
01-30-2001 08:37 AM
01-30-2001 08:37 AM
dbc_max_pct decrease
we are on HP-UX 10.20 Oracle db servers, default installation of HP-UX sets dbc_max_pxt to 5:50 % of memory. We have set it to 20:20 (according to Oracle recommendations) and memory utilization has decreased, but system load is twice then before. Does anybody have any ides why ?
TIA.
Roman
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2001 08:42 AM
01-30-2001 08:42 AM
Re: dbc_max_pct decrease
System load etc, isn't a good indication of machine performance. I'd ask the users what they think.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2001 01:28 AM
01-31-2001 01:28 AM
Re: dbc_max_pct decrease
Roman
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2001 02:19 AM
01-31-2001 02:19 AM
Re: dbc_max_pct decrease
Please could you clarify what you would like.
In your initial post you say "memory utilization has decreased", now you are saying "Memory util increases... " - please giveus some examples.
Andy's answer seems quite plausible - what feedback have you had from the users?
Nick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2001 03:50 AM
01-31-2001 03:50 AM
Re: dbc_max_pct decrease
By setting it 20:20 you have forced the buffer allocation size to be 20% of your memory (whether it needs to be or not!).
While I agree that a buffer of 50% of your system memory is too high, depending on the size of your database the 20% may also be too high.
Sorry but a system with 8GB of RAM running with dbc_max...20:20 forces the allocation to @1.5GB. This is much different than a system running with 2GB of RAM for which the dbc_max...20:20 would force buffers of @512M.
Depending on the system you can set the high end at 20% to ensure that too much is never allocated to a buffer, but a low number means that the buffer can be smaller. Trust me, oracle is smart enough to request the correct buffer size, so too small should never be a concern.
I would recommend replacing this parameter with 2:20 for a 4GB system. Do the math if you have more or less memory in the system.
Regards,
Shannon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2001 07:20 AM
01-31-2001 07:20 AM
Re: dbc_max_pct decrease
If your datafiles resides on filesystem ( not raw) i would prefer add cache to oracle.
About why, it could be your system were doing swap, because not memory availabe, and then when you measure system load with sar you were see a high I/O, and more %idle. Once your system has sufficent memory , process are not waiting for I/O so they can run more time in CPU, so it seems %idle has increased, that are what you want. So I agree with Andy.
This is just a idea; tunning is not a science for me, it is art.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2001 10:12 AM
01-31-2001 10:12 AM
Re: dbc_max_pct decrease
-CPU util seems the same (MWA),
-memory util decreases - was high (dbc_max_pct 5:50) (but no process was waiting for memory before, no process is waiting for memory now - according to MWA),
-system load is 5-8, users says the system is lazy :)
Roman
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2001 04:48 AM
02-02-2001 04:48 AM
Re: dbc_max_pct decrease
Run sar -v 5 5 and look at inode colmuns.
hfs and ninode kernel parameter could be the reason of lazy system.