Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
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
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
09-25-2001 08:15 AM
09-25-2001 08:15 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2001 08:22 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2001 08:34 AM
09-25-2001 08:34 AM
Re: swap #2
# swapinfo -tam
(kbytes are just too small these days)
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2001 09:17 AM
09-25-2001 09:17 AM
Re: swap #2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2001 09:23 AM
09-25-2001 09:23 AM
Re: swap #2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2001 10:03 AM
09-25-2001 10:03 AM
Re: swap #2
swapinfo -tm or glance will be able help you finding out swap utilization on system.
Check output on your system and if system is doing much swaping you can add additional swap in system to improve performance.
In our N4000 machine with 4GB RAM, 1GB swap is working fine.
Thanks.
Prashant .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2001 10:25 AM
09-25-2001 10:25 AM
Re: swap #2
With pseudo swap disabled, the minimum swap space must be large enough to handle all processes in RAM, or RAM will not be fully utilized. Also, the recommendation of 1.5x to 2x RAM for swap area is quite obsolete. Swap is an overflow area only and ideally should not need to be very large since all processes should fit into RAM at the same time.
Now there are circumstances suh as an interactive information server where users request data infrequently, perhaps once every 5-10 minutes. In this case, you could run a very small RAM size, perhaps 256 megs, and allow 2000 users to login at the same time. When a user needs a sende a request, the process is activated and pages returned back from swap as needed. The time is fast relative to the user's interactive speed so overall performance will be satisfactory even with the small RAM size.
On the other hand, if each process takes 10 minutes to run and need 10 megs of RAM, the 2000 users will cause severe swap thrashing and performance will be unacceptable. As always, it all depends.
But generally speaking, if you have enough RAM, you don't need much swap space at all.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2001 06:17 AM
09-27-2001 06:17 AM
Re: swap #2
For production server and better performance,
swap space MUST be from three to four times the amount of physical memory.
So you are really very short to this rule.
Have a look to this book :
O'Reilly
Essential System Administration
2nd esition
Page 315
by Aeleen Frisch
Magdi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2001 06:43 AM
09-27-2001 06:43 AM
Re: swap #2
Have a look at the threads below.
http://us-support2.external.hp.com/cki/bin/doc.pl/sid=f3e84e7e17e3970ec0/screen=ckiDisplayDocument?docId=200000024626599
http://us-support2.external.hp.com/cki/bin/doc.pl/sid=f3e84e7e17e3970ec0/screen=ckiDisplayDocument?docId=200000056493259
Hope these help.
thanks