- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- 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
10-15-2003 02:55 AM
10-15-2003 02:55 AM
I have a rp7410 (HP-UX 11.11 U)running with two oracle instances. it has 4 cpus & 8 gb of memory and two oracle instances are running.
I have performance problem and getting 100% memory usage
this is the memory usage (glance):
Total VM : 6.16gb Sys Mem : 1.44gb User Mem: 3.66gb Phys Mem: 7.99gb
Active VM: 3.41gb Buf Cache: 2.83gb Free Mem: 60.6mb
someone tell me why it shows user memory as 3.66 gb ?
i am also in the process of tuning some kernel parameters.
I have March 2003 Support Tools Patch bundle installed. if anyone recommend some strategy u follow that will a great help to me
any ideas?
Thanks in advance
Vijay
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2003 02:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2003 02:59 AM
10-15-2003 02:59 AM
Re: memory usage
First thing that stands out to me is Buffer Cache size. You should really back that off so that it only uses 300-400MB of memory. Either do that through smaller dbc_max_pct or a hard set NBUF value. That will give you 2GB back immediately
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2003 02:59 AM
10-15-2003 02:59 AM
Re: memory usage
sar -u 5 5
sar -d 5 5
sar -v 5 5
sar -b 5 5
vmstat 5 5
swapinfo -tam
kmtune -q dbc_max_pct
kmtune -q dbc_min_pct
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2003 03:04 AM
10-15-2003 03:04 AM
Re: memory usage
dbc_max_pct 50
dbc_min_pct 5
What about setting these values
dbc_max_pct 5
dbc_min_pct 3
Thanks
Vijay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2003 03:06 AM
10-15-2003 03:06 AM
Re: memory usage
Yep - that's a good value.
Remember these changes require a reboot.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2003 03:20 AM
10-15-2003 03:20 AM
Re: memory usage
Thanks Pete, Jeff and Michael.
I appreciate your help.
-Vijay