- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: system buffer cache and memory
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
07-16-2001 11:41 AM
07-16-2001 11:41 AM
What i noticed was that the system buffer cache is using 2 gig of memory. That is consistant with all my other systems in that the buffer cache is half of total memory.
Is this needed or can i change this and reduce to lets say 1.7 gig so i can use some of that memory for my Oracle SGA's? or is this static and it can't be changed...??
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2001 11:52 AM
07-16-2001 11:52 AM
Re: system buffer cache and memory
I think you have the default max_dbc_pct (dynamic buffer cache max percent) value of 50% which is way too high. If you want to use dynamic buffer cache I would set the max to about 2% and the min to about 5%. My prerefence would be to disable dynamic buffer cache and set the bufpages to no more than about 81920 (320 MB); that value is quite generous. If you are using raw/io or OnlineJFS mount options to do the equivalent, then I would drop the unix buffers still more (~100MB). You can then use this space in the SGA for buffers.
REgards, Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2001 11:56 AM
07-16-2001 11:56 AM
Re: system buffer cache and memory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2001 12:14 PM
07-16-2001 12:14 PM
SolutionIt's not very difficult but if you are not familiar with HP kernel building you might wind up with an unbootable box. It works at least 99% of the time without problem so if a 1% risk is ok, here goes:
Obviously shutdown your databases and any other critical software.
As root, execute SAM.
Kernel Configuration->Configurable Parameters
Scroll down until you see 'bufpages' and set it to the disired value (81920 - 320MB; 40960 180MB; ...)
Then Actions->Process (or build) New Kernel
Accept the defaulkts and allow the machine to reboot automatically.
Regards, Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2001 04:48 PM
07-16-2001 04:48 PM
Re: system buffer cache and memory
One thing I would like to add to Clay's
suggestion would be to look at utilising
memory windows. There are a couple of
documents that may be of assistance.
Doc ID KBAN00000306 and also there should
be a text document on your server called
/usr/share/doc/mem_wndws.txt
My 2 cents worth
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2001 04:34 AM
07-17-2001 04:34 AM
Re: system buffer cache and memory
When using Oracle 32 bits, you have to be in version 8.0.5(or 8.0.6?) at least to use memory windows.
Good luck