- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- dbc_max_pct kernel paramter
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
10-23-2000 06:13 PM
10-23-2000 06:13 PM
dbc_max_pct kernel paramter
Total VM: 235.2mb phys mem: 2.00gb system mem: 141.5mb Active VM: 192.6mb buff cache: 128.5mb user mem: 384.4mb Free mem: 1.37gb
it seems that VM is used even lot of free memory is available. Do I need to set any other kernel parameter to correct buff cache value and VM usage?
some other kernel parameter setting:
dbc_min_pct=5
bufpages=0
nbuf=0
nproc=12820
ncallout=12836
Any help would be appreciated.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2000 10:41 PM
10-23-2000 10:41 PM
Re: dbc_max_pct kernel paramter
you don't have to be worried about that.
Buffer cache is filled up dynamically.
So after reboot the value is at the dbc_min_pct. If the system needs more buffer cache the value is increased until it reaches the dbc_max_pct.
So have a look at that after your machine goes busy. I bet the value grows dynamically.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2000 12:24 AM
10-24-2000 12:24 AM
Re: dbc_max_pct kernel paramter
You should also set swapmem_on=1 (from kernel parameters) to get the effect of setting nbuf and bufpages to zero.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2000 01:00 AM
10-24-2000 01:00 AM
Re: dbc_max_pct kernel paramter
nbuf sets system-wide number of file-system buffer and cache buffer headers.
The value for nbuf if selected 0 then it offers dynamic buffer cache.
Another parameter to control this is bufpages.
Relation betwn the 2 is as follows.
bufpages = 0, nbuf = 0: Enables dynamic buffer cache.
bufpages = X, nbuf = 0, Creates X/2 buffer headers & allocates X * 4 K of
buffer pool space at system boot.
bufpages = 0, nbuf = Y: Creates Y buffer headers & allocates Y*2 * 4K of
buffer pool space at system boot.
bufpages = X, nbuf = Y, Creates Y buffer headers & allocates X *4K of
buffer pool space at system boot.
sysdef shows the current value hence the difference.
However, I wouldnt recommend you run your buffer cache any higher than 400-500Mb as if its larger than this it actually slows down your server due to the effort required by HP-UX to administer such a large cache.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2000 05:43 AM
10-24-2000 05:43 AM
Re: dbc_max_pct kernel paramter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2000 06:46 AM
10-24-2000 06:46 AM
Re: dbc_max_pct kernel paramter
Follow this thread for more detailed info on VM and swap/paging;
http://www.dutchworks.nl/htbin/hpsysadmin?h=3&dn=45410&q=what%20is%20virtual%20memory&fh
(The above link may be wrapped on > 1 line in which case you need to paste it back to 1 line first)