- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Memory Behavior in HP-UX 11.23
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
05-15-2008 05:59 PM
05-15-2008 05:59 PM
I'm just curious about a certain behavior in HP-UX 11.23 running Oracle App Server and Oracle Database (10g R2 latest patch).
Our DBA said that in HP-UX, let me just quote him: "I know whenever memory eaten by OS buffer cache, they will never release back, if there still free memory (remember VM memory = Physical memory + swap memory)."
I just want to know whether it is valid from all of your experience dealing with HP-UX. And if it is valid, which tunable parameter that I can work with to avoid this in the future?
Many thanks in advance,
=adley=
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2008 06:46 PM
05-15-2008 06:46 PM
SolutionThe kernel tunables dbc_min_pct and dbc_max_pct denote the minimum and maximum percentage of your physical memory assigned to the dynamic buffer cache.
dbc_max_pct defaults at 50, which, in my experience, is usually way too much. Depending on how much RAM you have, you could try lowering the max value between 10 and 20. If performance remains good, a lot less memory will be 'eaten' by the buffer cache.
Cheers,
Wout
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2008 07:15 PM
05-15-2008 07:15 PM
Re: Memory Behavior in HP-UX 11.23
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2008 09:54 PM
05-15-2008 09:54 PM
Re: Memory Behavior in HP-UX 11.23
Also the swap should be double from you physical memory you can add more swap also if your oracle apps consuming more physical memory.
set the proper piority of the swap memory.
Thanks,
Avinash
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2008 10:26 PM
05-15-2008 10:26 PM
Re: Memory Behavior in HP-UX 11.23
Thanks guys for the response.
I'll pass the info to the DBA team as well and see what we'll get.
=adley=