- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: High Memory Utilization issue in my system !
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
02-28-2008 09:48 AM
02-28-2008 09:48 AM
I am facing the memory high utilization in the system.
glance show this :
ProcList CPU Rpt Mem Rpt Disk Rpt NextKeys SlctProc Help Exit
Glance C.04.60.000 10:22:23 eorprdma ia64 Current Avg High
------------------------------------------------------------------------------------------------------------
CPU Util SSN | 17% 6% 51%
Disk Util F |100% 22% 100%
Mem Util S UB B | 99% 99% 100%
Swap Util U UR R | 41% 38% 41%
please help on this ...
thanks in advance
titu
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2008 11:04 AM
02-28-2008 11:04 AM
Re: High Memory Utilization issue in my system !
1. what processes are running and if any of them can be turned off
2. what shared memory segments are in use and how big are they and if they are all needed (ipcs -a)
3. Your kernel buffer cache settings
(dbc_mac_pct, dbc_min_pct, it is also shown on glance in the memory bar between the two B's)
4. adding more memory because what you have now is not enough for your environment.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2008 11:07 AM
02-28-2008 11:07 AM
Solution1) Decrease RAM usage
2) Add more physical RAM.
Some things you can do to accomplish #1:
a) If your buffer cache is at the default of 50%, reduce it.
b) If this is an Oracle database system, reduce your SGA
c) Don't run so many applications
d) Get users to quit using the system
If some of the suggestions sound ludicrous, that's because there really isn't enough information to give an intelligent recommendation.
You don't say
1)what applications are running
2) what version of HP-UX you are running, though it is probably 11.23 or 11.31 since this is an ia64 system
3) what the user load is like
4) the amount of RAM in the system
If you want more answers, provide more information.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2008 01:29 AM
02-29-2008 01:29 AM
Re: High Memory Utilization issue in my system !
I am using the oracle databse in the system and the value of shmmax shows the output like this :
Tunable Tuning Current Next Boot Default Usage Module
Capability Value Value Value
shmmax Dynamic 1073741824 1073741824 1073741824 100.0% sysv_shm
and the system is inatlled with 11.23 and arond 1000 users are logged in.
Total Ram installed in the server is about 16 GB.
thanks in advance.
titu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2008 03:55 AM
02-29-2008 03:55 AM
Re: High Memory Utilization issue in my system !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2008 09:24 AM
02-29-2008 09:24 AM
Re: High Memory Utilization issue in my system !
it helped.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2008 10:08 AM
02-29-2008 10:08 AM
Re: High Memory Utilization issue in my system !
#kctune -q dbc_max_pct
and get the memory report from Glance.
thanks siju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2008 04:12 PM
03-02-2008 04:12 PM