- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ideal memory usage
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
02-06-2007 05:51 AM
02-06-2007 05:51 AM
could anybody tell me, what is the ideal memory usage? is it 75% or %85 or is there an ideal situation that i should keep up with.
Any help is highly appreciated.
TIA,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2007 05:57 AM
02-06-2007 05:57 AM
Re: ideal memory usage
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2007 05:59 AM
02-06-2007 05:59 AM
Re: ideal memory usage
There is no set value other than that you (your processes) have all that you (they) need or want such that you never page(out) to swap.
Some thinking also adds that if you aren't using (for example) 75% of any resource, then you didn't need it and are wasting it.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2007 06:05 AM
02-06-2007 06:05 AM
Re: ideal memory usage
I mean't from a performance point of view (best practices)like if i have 24x7 systems.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2007 06:15 AM
02-06-2007 06:15 AM
Re: ideal memory usage
> I mean't from a performance point of view (best practices)like if i have 24x7 systems.
My answer (certainly the first part about not paging) stands.
Too, if you have memory to spare, that is not being used, why not look to optimizing your applications? For instance, maybe you could provide your database with more shared memory segments; or maybe a file manipulation utility could have its I/O greately reduced if its processing were done in memory arrays.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2007 07:00 AM
02-06-2007 07:00 AM
Re: ideal memory usage
In any event, this isn't a "set it and forget it" resource. It requires perodic checking or better yet constant checking through a monitoring system so that you add memory or tune applications before the problems actually occur.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2007 08:03 AM
02-06-2007 08:03 AM
SolutionMost important: never swap, if you are on the edge you most likely will swap. Give yourself a buffer that works in your environment. Having excess is great but a waste of $$.
Notice the different answers you are getting ? It all depends on how tight or loose your environment is and what the applications use and require. Make the decision based on current workloads and trends. Increase as workloads increase.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2007 08:18 AM
02-06-2007 08:18 AM
Re: ideal memory usage
Though I just checked our main SAP DB/CI server and it is at:
# memdetail
Memory Stat total used avail %used
physical 16128.0 14289.8 1838.2 89%
active virtual 16729.2 7252.4 9476.8 43%
active real 11129.5 4529.7 6599.8 41%
memory swap 12647.8 2407.3 10240.5 19%
device swap 26528.0 15921.1 10606.9 60%
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2007 08:25 AM
02-06-2007 08:25 AM