- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Memory Leak work around
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
11-27-2001 02:37 PM - last edited on 08-20-2014 07:33 PM by Lisa198503
11-27-2001 02:37 PM - last edited on 08-20-2014 07:33 PM by Lisa198503
Hi Everyone,
Just wondering if you have experienced this problem before. One HP box with 10.20, 3.75GB main mem., 6 processors has some apps which have memory leak. Since physical mem. has reached the limit, we can't add anymore.
Since apps. are 10.20 we can't upgrade to 11.x
Due to continued leak, we like to have more memory added until the problem is fixed.
So, my questions are :
1) Any one has used any kind of work around to a situation like this by any means.
2) How can I determine how much is installed in total. Glance shows phys. mem as 3.75. Does this include the 0.25GB kept for kernel.
3) Does it help if more Virtual Memory is allocated.(pardon my ignorance)
Thanks for your time.
Mahen
P.S. This thread has been moved from HP 9000 to HP-UX > sysadmin. -HP Forum Moderator
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2001 03:30 PM
11-27-2001 03:30 PM
SolutionI would bet that your machine actually has 4GB installed; the 256MB's are simply mapped out for I/O space. The only real answer to your problem is to fix the memory leaks; I never tolerate that from application vendors for any significant period of time; there is simply no excuse for it. In almost every case, your application code will run on 64-bit 11x and that is one answer. It delays the problem but does not fix it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2001 03:34 PM
11-27-2001 03:34 PM
Re: Memory Leak work around
I would think your short term answer is to migrate to 64-bit 11x. That way each of your current 32-bit applications could have its own 32-bit address space.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2001 07:36 PM
11-27-2001 07:36 PM
Re: Memory Leak work around
UNIX95= ps -eo vsz,ruser,pid,args | sort -rn | head -20
Change the head -20 to a number large enough to show the interesting processes. Note that processes that waste large amounts of RAM wil cause the system to run very slow. You can fix the problem by killing the offending process(es) but with whatever caveats there are about this action. Randomly killing database processes can have a detrimental effect on the integrity of the database.
Bill Hassell, sysadmin