HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Kernel parameter bufpages
Operating System - HP-UX
1834925
Members
2363
Online
110071
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
04-24-2001 08:36 AM
04-24-2001 08:36 AM
Kernel parameter bufpages
I am running on a N class machine 4 GB memory HPUX 11.0.
What is the tuneable parameter bufpages used for?
The parameter bufpages is statically configured for a size of 2648. Should this parameter be set to 0 and allow the kernel to dynamcally allocated needed space.
I am receiving ENOBUF from an accept system call and thought that this parameter may be the contributing factor.
Is there a way to find out in real time what high water mark this parameter has reached?
Thank you in advance,
Marc Bohnert
What is the tuneable parameter bufpages used for?
The parameter bufpages is statically configured for a size of 2648. Should this parameter be set to 0 and allow the kernel to dynamcally allocated needed space.
I am receiving ENOBUF from an accept system call and thought that this parameter may be the contributing factor.
Is there a way to find out in real time what high water mark this parameter has reached?
Thank you in advance,
Marc Bohnert
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2001 08:49 AM
04-24-2001 08:49 AM
Re: Kernel parameter bufpages
This is the number of 4k pages allocated for file buffers. It is almost certainly way too small. You have two choices; set it to 0 and let the system do dynamic buffer cacheing or
set it to a value ~10% of total RAM. If you use dynamic make sure that dbc_max_pct is no more than about 25% and ~15% is better. min_dbc_pct should be ~5%. If you use bufpages <> 0 then I would set nbuf to 0.
set it to a value ~10% of total RAM. If you use dynamic make sure that dbc_max_pct is no more than about 25% and ~15% is better. min_dbc_pct should be ~5%. If you use bufpages <> 0 then I would set nbuf to 0.
If it ain't broke, I can fix that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2001 09:30 AM
04-24-2001 09:30 AM
Re: Kernel parameter bufpages
As written it is 4 kb buffers used for file caching. I think the recommended way is to set it to '0' and use dbc_max&min_pct to control the file cache. Depending on what the server is used for you would apply different values.
If you use NFS-filesystem on this machine your buffer cache should not exceed 300MB. In your case that would give a dbc_max_pct of 8-9.
If you need a static configured cache size just set dbc_max_pct and dbc_min_pct to the same number.
And ENOBUF has got nothing to do with this - read:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x23677e990647d4118fee0090279cd0f9,00.html
/Allan
If you use NFS-filesystem on this machine your buffer cache should not exceed 300MB. In your case that would give a dbc_max_pct of 8-9.
If you need a static configured cache size just set dbc_max_pct and dbc_min_pct to the same number.
And ENOBUF has got nothing to do with this - read:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x23677e990647d4118fee0090279cd0f9,00.html
/Allan
In a world without fences - who needs Gates ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2001 10:31 AM
04-24-2001 10:31 AM
Re: Kernel parameter bufpages
Hi Marc:
In addition to the contributions of Clay & Allan above (and the links cited by Allan), take a look at the kernel configuration documentation here:
http://docs.hp.com/hpux/onlinedocs/os/11i/kcparams/KCparams.OverviewAll.html
This, and earlier versions, note that 'nbuf' is for backwards compatibility and should be set to zero because dynamic buffer cache is preferred. Dynamic buffer cache is mangaged by 'dbc_max_pct' and 'dbc_min_pct'.
The current amount of memory used for this buffer cache can be seen with 'glance'.
...JRF...
In addition to the contributions of Clay & Allan above (and the links cited by Allan), take a look at the kernel configuration documentation here:
http://docs.hp.com/hpux/onlinedocs/os/11i/kcparams/KCparams.OverviewAll.html
This, and earlier versions, note that 'nbuf' is for backwards compatibility and should be set to zero because dynamic buffer cache is preferred. Dynamic buffer cache is mangaged by 'dbc_max_pct' and 'dbc_min_pct'.
The current amount of memory used for this buffer cache can be seen with 'glance'.
...JRF...
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP