- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- High System or Kernel Memory Usage
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
03-01-2010 03:28 PM
03-01-2010 03:28 PM
Re: High System or Kernel Memory Usage
You do see that there's an oracle database on this box. So beside putting the O/S into an unknown state, you also want to use uncertified by oracle kernel parameters.
Are you even aware that oracle provides kernel parameters settings for the HP-UX O/S, as this is what they have tested and certified and recommend for working best with their products?
Do you even have a HP server that you administrate? Or is there some virtual box out their that exists on paper and got built based upon assorted university text books and internet whitepapers?
Let's take another example, SAP. Ever worked with an SAP server before or a team of basis administrator's?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2010 06:21 PM
03-01-2010 06:21 PM
Re: High System or Kernel Memory Usage
On Oracle 10g, when Oracle configures each asyncdsk port for a process, it sets the max_concurrent value for most of the asyncdsk ports to 128. This max_concurrent value limits the number of parallel I/Os to a given asyncdsk port to 128. The asyncdsk driver then allocates a buffer header for each of the potential 128 I/Os. Each buffer header is 896 bytes, resulting in approximately 128*896 bytes, or 112 Kb per asyncdsk port. Typically, each Oracle process (shadow processes, dbwriters, logwriter, etc) will have one asyncdsk port open. So if there are 1000 processes, then the memory used by the asyncdsk driver is ~110 MB.
On Oracle 11g, Oracle uses a max_concurrent value of 4096, which results in 4096*896 bytes or 3.5 MB per asyncdsk port. So if there are 1000 Oracle processes, the asyncdsk driver can consume ~3.5 GB of memory. Also, due to the large and odd sized kernel memory allocation, the kernel's Super Page Pool becomes fragmented and also consumes large amounts of memory.
Ken Johnson
HP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2010 06:36 PM
03-01-2010 06:36 PM
Re: High System or Kernel Memory Usage
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2010 01:47 AM
03-05-2010 01:47 AM
Re: High System or Kernel Memory Usage
Thanks Michael, Dennis, Emil, Wayne, Don for your valuable suggestions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2010 02:09 AM
03-05-2010 02:09 AM
Re: High System or Kernel Memory Usage
Horia.
Horia.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2010 04:45 AM
03-05-2010 04:45 AM
Re: High System or Kernel Memory Usage
If you are happy with all of the answers you got, please read the following about how to assign points:
http://forums.itrc.hp.com/service/forums/helptips.do?#33
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2010 07:03 AM
03-05-2010 07:03 AM
Re: High System or Kernel Memory Usage
- « Previous
-
- 1
- 2
- Next »