HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Memory is not released
Operating System - HP-UX
1833883
Members
1800
Online
110063
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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-03-2006 03:19 PM
10-03-2006 03:19 PM
Memory is not released
Hello everybody!
Something very weird is happening in my C8000 HP-UX 11.11.
Monitoring the system using top or nice top, I can see that the "memory free" is always decreasing. I do need to reboot my system almost each 2 days.
As far as I could analyze, no processes were hung.
I could not find out what's going on.
Any ideas?
Thank you very very much!
Something very weird is happening in my C8000 HP-UX 11.11.
Monitoring the system using top or nice top, I can see that the "memory free" is always decreasing. I do need to reboot my system almost each 2 days.
As far as I could analyze, no processes were hung.
I could not find out what's going on.
Any ideas?
Thank you very very much!
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2006 03:40 PM
10-03-2006 03:40 PM
Re: Memory is not released
Top is a rather useless tool to monotor memory usage in a machine; it only measures the amount of memory assocaited with processes and even that is very difficult to do because the same shared library functions and even the same executables might be shared by many processes yet that memory use should only count as 1 for the system itself.
What you should do is something like:
UNIX95=1 ps -o vsz,pid,comm
as a cronjob and log the output to a file.
If you see the same process growing (the vsz) column over time then you probably have a memory leak and the answer is to fix the code. You should note that some processes grow over time normally until some equibrium value is reached (or a system limit is reached).
What you should do is something like:
UNIX95=1 ps -o vsz,pid,comm
as a cronjob and log the output to a file.
If you see the same process growing (the vsz) column over time then you probably have a memory leak and the answer is to fix the code. You should note that some processes grow over time normally until some equibrium value is reached (or a system limit is reached).
If it ain't broke, I can fix that.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP