- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- Server Management - Systems Insight Manager
- >
- Re: High mem utilization on 5.3
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-18-2009 10:57 AM
03-18-2009 10:57 AM
High mem utilization on 5.3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2009 05:09 PM
03-18-2009 05:09 PM
Re: High mem utilization on 5.3
Any Linux will utilise free memory to about 90% - this is the universal file cache found in many OS's including Windows (to a degree).
It is generally pushed down when the OS needs memory for other tasks.
You should be able to restrict the cache size (see below /proc/vm/pagecache) or drop it as per below - if it is causing problems?? but normally just left to its own devices.
You can drop the cache by the following:
# sync #
# echo 1 > /proc/sys/vm/drop_caches
1 = Free Page cache
2 = Dentries and Inodes
3 = All of the above
See for Redhat specific which should give some info.
http://www.redhat.com/magazine/001nov04/features/vm/
Robert.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2009 11:06 AM
03-19-2009 11:06 AM
Re: High mem utilization on 5.3
You can find me from Twitter @JKytsi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2009 03:57 PM
03-31-2009 03:57 PM
Re: High mem utilization on 5.3
Still situation could be the same with windows or other OS's as principles somewhat similar in more modern systems - including OpenVMS. The method to resolve is different of course.
When you shutdown SIM does memory drop or does it stay the same? Are there any updates as could be memory leaks in application.
Isnt there a database as well required for SIM to operate, is that located on same server.
I suppose the big one will be if shutting down SIM seeing whether memory will drop - also is the growth within user space memory or kernel space?
Robert.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2009 04:44 PM
03-31-2009 04:44 PM
Re: High mem utilization on 5.3
"Installing the SNMP service and going into the services properties, under the security tab and deselecting the 'Send Authentication trap' checkbox and restarting the SNMP and SIM services solved the 'mxdomainmgr spawning dozens of mxinventory processes' problem for me. "
thread in which i got this info:
http://forums11.itrc.hp.com/service/forums/questionanswer.do?admit=109447626+1238537578520+28353475&threadId=510970
Hope it helps - Shane