- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Problem with 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
03-15-2002 05:28 AM
03-15-2002 05:28 AM
Problem with memory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2002 08:06 AM
03-15-2002 08:06 AM
Re: Problem with memory
Memory allocation is dynamic and will fluctuate as time passes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2002 08:14 AM
03-15-2002 08:14 AM
Re: Problem with memory
$ UNIX95= ps -eo "vsz args" | sort -n
You can then see which processes are using the most memory. If you have measureware running you will be able to view historical data as well.
One common memory leak issue on hpux 11 is with the mib2agt process - if you see this process at the top of the list then apply patch PHSS_26138.
Regards,
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2002 08:25 AM
03-15-2002 08:25 AM
Re: Problem with memory
I do some controls with glance, top, vmstat, sar, but i don't found nothing significant.
The other resource have not problems; cpu, disk and network are ok, but the memory is strangely used.Is it normal that without any particular application, the usage of memory is 300 mb?
what do you suggest me to try?
BYE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2002 12:20 PM
03-15-2002 12:20 PM
Re: Problem with memory
If you go to 'help' and turn On Item to on, you can click on just about anything in gpm, and a help window will open.
You can configure gpm to list processes above a certain threshhold of Res. Mem by using the filters (Configure -> Filters).
Good Luck
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2002 01:33 AM
03-18-2002 01:33 AM
Re: Problem with memory
I do some other controls but i don't found any particular process that has a RSS value higher than normal.User mem is always about 350Mb (of 1024Mb)