- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- HPE 9000 and HPE e3000 Servers
- >
- swapmem_on and nbuf kernel parameters.
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-17-2001 08:00 AM
07-17-2001 08:00 AM
swapmem_on and nbuf kernel parameters.
Would it be beneficial to turn swapmem off and set nbuf to a fixed size in order to return the large chunk of main memory for use by applications - specifically Oracle where I have a large SGA ( 220Mb).
In the past I have managed to squeeze just a bit more out of HP-UX by fixing nbuf but I have no experience of changing swapmem_on except on machines with > 3Gb RAM.
Any views welcome.
G
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2001 08:12 AM
07-17-2001 08:12 AM
Re: swapmem_on and nbuf kernel parameters.
I would leave 'swapmem_on=1' to allow for processes adequate swapspace. I prefer to set 'bufpages' and 'nbuf' to zero (0) which enables dynamic buffer caching and set 'dbc_max_pct' to 5-10% with 'dbc_min_pct' to 2-5%.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2001 12:17 PM
07-17-2001 12:17 PM
Re: swapmem_on and nbuf kernel parameters.
If you want a static buffer cache try nbuf=(0) and bufpages = (256 bufpages per 1mb of buffer cache). Try not to exceed 240mb of buffer cache.
You can monitor using sar -b 5 5 or Glance by selecting disk report (d) and forward to second page (f) and make sure you stay above 70 -75 % of read and write cache hits. Increase your buffer cache if need be. I like to average 90 - 99% cache hits.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2001 04:30 AM
07-18-2001 04:30 AM
Re: swapmem_on and nbuf kernel parameters.
Gorden,
I think for Oracle you don't need to have large amount of swapmem, keep swapmem=1 but reduce dbc_max_pct to 10-15%.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2001 11:02 PM
07-18-2001 11:02 PM
Re: swapmem_on and nbuf kernel parameters.
you must differ between swapping and file buffer memory usage. To have swapping in memory you set swapmem_on = 1, to get file buffer you must decide between static (nbuf)or dynamic (db_pct...). And if you need more memory for your database then reduce the parameters for the kernel above. In which order should I give as much memory as needed?
1. the database
2. the application
3. for file buffering
4. for swapping on memory
Hope this hint is usefull
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2001 11:08 PM
07-19-2001 11:08 PM
Re: swapmem_on and nbuf kernel parameters.
See this HTML which will talk more about configurable parameters.
Shahul