- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Memory Problem
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
01-18-2007 09:06 PM
01-18-2007 09:06 PM
Memory Problem
What can be done if some users complain that their application is running very slow...When we checked the top command, it showed that the memory used by the appliations is very high...what needs to be done in this case ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2007 09:16 PM
01-18-2007 09:16 PM
Re: Memory Problem
You are a bit resticted as to what you can do except purchase more memory or make the code more efficient. If you can clearly see that the memory is being consumed by the application then either get your apps guys to clarify it can't be tuned or get more physical memory. If you have historical stats review memory over a period it may indicate an application leak if there has been a gradual rise over a period. Have a look at the RSS value in glance for each process or sort by memory to see the memory hogs. I reckon however you'll end up buying more memory.
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2007 10:02 PM
01-18-2007 10:02 PM
Re: Memory Problem
If it is not a problem with a process, and you need more Physical memory, you could first try to stop running process that you do not need.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2007 03:51 PM
01-20-2007 03:51 PM
Re: Memory Problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2007 07:37 AM
01-21-2007 07:37 AM
Re: Memory Problem
Memory usage is not important to performance until the usage exceeds physical RAM. At that point, processes will be deactivated and pages of memory will be written to the swap area. When this happens, system performance can drop as much as 100:1 or worse. The top command is not useful for memory issues -- it only reports on CPU usage. Use swapinfo -tm and vmtstat to determine paging activity. In vmstat, the column is po (ignore pi and other columns). Numbers over 10, especially over 50, indicate severe memory shortage. To fix this, reduce the number of users and processes on the system until vmstat reports less than 10 when the system is busy.
Or you can increase memory. You may need to add 4gb to 16Gb of RAM depending on what you need to run on this machine.
Bill Hassell, sysadmin