- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: buffer memory
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
08-07-2003 12:53 AM
08-07-2003 12:53 AM
buffer memory
I am looking into the glance. here i am seeing that buffer memory is occuoying a huge portion of physical ram. What is the use of that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2003 01:09 AM
08-07-2003 01:09 AM
Re: buffer memory
# cd /stand/build
# /usr/lbin/sysadm/system_prep -s system
# vi system
(make your changes, the number is to be a percentage)
e.g. 10 is 10 percent, save the file
# mk_kernel -s system
# kmupdate
# cd /
# shutdown -r -y now
You can always use SAM if your nor confident.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2003 01:09 AM
08-07-2003 01:09 AM
Re: buffer memory
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xf0d80bce6f33d6118fff0090279cd0f9,00.html
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2003 01:13 AM
08-07-2003 01:13 AM
Re: buffer memory
You can set it using dbc_min_pct and dbc_max_pct. eg, if your server has 2GB of RAM then set dbc_min_pct to say 10 (%) and dbc_max_pct to 20 (%) which will limit your cache to between 200-400MB which is fine. If you still run out of memory then reduce it even further - better for performance to have some memory free than a buffer cache of even 2-400MB !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2003 01:14 AM
08-07-2003 01:14 AM
Re: buffer memory
it is used for the caching of files.
It is mainly controlled by the
dbc_min_pct
and
dbc_max_pct
kernel parameters. They specify the % of RAM to use for buffering. Usually 400M must be enough.
For oracle installation
dbc_min_pct 2
dbc_max_pct 8
Check also kernel parameters
ninode
vx_ninode
rule of thumb should be vx_ninode=90%*ninode
and ninode not more than 4000.
These are cache for inodes in the kernel, and values of 0 can lead to memory leak.
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2003 01:29 AM
08-07-2003 01:29 AM
Re: buffer memory
Another, to make "dbc_max_pct" & "dbc_min_pct" take effect(enable dynamic buffer cache), you should set the kernel parameters "bufpages" & "nbuf" to zero!
-ux