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
12-12-2003 01:54 AM
12-12-2003 01:54 AM
I have a system that have a high ratio of swap.
> swapinfo -tam
Mb Mb Mb PCT START/ Mb
TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME
dev 1024 342 682 33% 0 - 1 /dev/vg00/lvol2
dev 1024 0 1024 0% 0 - 2 /dev/vg00/lvol11
dev 1500 344 1156 23% 0 - 1 /dev/vg00/lvol10
reserve - 1954 -1954
total 3548 2640 908 74% - 0 -
Physical Memory is: 3145728 Kbytes.
dbc_max_pct 10 and dbc_min_pct 1, and swapmem_on is 0.
Could I put swapmem_on = 1, and dbc_max_pct 30 and dbc_min_pct 5 to increse the performance in the system?
Could I do o see anything more in the system to increse the performance of memory or isn't any more to do?
Thanks!,
Carmen.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2003 01:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2003 01:57 AM
12-12-2003 01:57 AM
Re: swap
1) Decrease memory load.
2) Increase the amount of available RAM.
swapmem_on would not help here and probably neither would messing with buffer cache.
Your best bet would be to add more RAM to this machine.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2003 02:01 AM
12-12-2003 02:01 AM
Re: swap
And who do you know that I need 1 GB's RAM more? is there any calcul?
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2003 02:05 AM
12-12-2003 02:05 AM
Re: swap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2003 02:20 AM
12-12-2003 02:20 AM
Re: swap
I've never seen a valid formula for determining ram size, If you swap at all, as you are, ram is the answer. It's likely more trouble that it's worth to add anything less than 1G, so that's a good start. The next place to look is to get details from the application vendors for recommendations, although they too will be suspec, but a good start.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2003 09:28 AM
12-12-2003 09:28 AM
Re: swap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2003 12:31 AM
12-16-2003 12:31 AM
Re: swap
Before concluding that you need more physical memory, verify that you have memory pressure by looking at "vmstat" output particularly the "po" (page-outs) and "sr" (scan rate) fields. "po" indicates that you are paging out, but that number also includes buffer cache sync and memory mapped output. Consistently high "sr" indicates that the page daemon is starting to work to find and/or free up pages for a process that needs it. If one or both these numbers are consistently high (2-3 digits), then you probably have memory pressure and you need more physical memory. If both these numbers are consistently low, that means that you may have a lot of process virtual memory allocated causing the high swap utilization, but that they're not all trying to access the memory at the same time. And that would mean that you're getting your money's worth with memory. General recommendation is that swapmem_on should be set to "1" regardless. Good luck!
=:-) Alex