- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Glance High 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
02-08-2002 10:34 AM
02-08-2002 10:34 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2002 10:41 AM
02-08-2002 10:41 AM
Re: Glance High Memory
- or -
use "ipcs -mob" and look for large shared memory segments
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2002 10:52 AM
02-08-2002 10:52 AM
Re: Glance High Memory
Things don't look too bad. The easiest way to evaluate memory on a per-process basis is this descending listing:
# UNIX95= ps -e -o ruser,vsz,pid,args|sed '1d'|sort -rnk2
Note the XPG4 (UNIX95) variable is armed only for the 'ps' command line. There is a blank after the UNIX95= without any semicolon.
You could regain some memory, too, by reducing (at the expense of more I/O) the buffer cache. From your posting, it looks like you probably have a 15-20% ceiling for 'dbc_max_pct'. You could drop this slightly to regain a bit more memory.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2002 12:51 PM
02-08-2002 12:51 PM
SolutionHowever, once page-out start hitting 30-80 or higher for long periods, you are in need of siginificant amounts of new RAM. For the Progress database, depending on the user count and work areas, you may need 3000 to 4000 megs of RAM to prevent serious slowdowns due to paging.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2002 10:26 AM
02-09-2002 10:26 AM
Re: Glance High Memory
live free or die
harry