- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: swap space
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
10-12-2006 07:21 AM
10-12-2006 07:21 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2006 07:31 AM
10-12-2006 07:31 AM
Re: swap space
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1041591
Yang
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2006 07:42 AM
10-12-2006 07:42 AM
SolutionOn newer systems with lots of memory it is waste of disk space. Hoever, you do need to have at least 1x memory for full utilization of the memory. If you have the kernel swapmem_on=1 in the kernel, then you have pseudo swap enabled. That means, you can specify less thhan 1x memory physical swap, and the system will still think there is more than that available.
Do a search fo pseudoswap on this forum for more info.
I would do 7 GB physical swap, with psuedoswap enabled. If you swap out more than 7 GB physical swap, your system performance is going to tank anyway.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2006 08:12 AM
10-12-2006 08:12 AM
Re: swap space
# swapinfo -mat
thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2006 09:17 AM
10-12-2006 09:17 AM
Re: swap space
-Brian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2006 09:23 AM
10-12-2006 09:23 AM
Re: swap space
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000072951343
~cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2006 02:32 PM
10-12-2006 02:32 PM
Re: swap space
In your case, I would configure a swap space equal to 25% of physical memory, set swapmem_on=1, and monitor pageouts with
Glance or vmstat. You should also go ahead and increase the kernel tunable maxswapchunks to accomodate your maximum anticipated swap space. If you do this and leave some unfigured space in your VG's, it's so easy to add additional swap space that it's not worth worrying about. You can do it "on the fly".
It is very common these days to have systems with much more memeory than swap space and they run just fine.
Now, each and every dab of swapspace should be mirrored so that you don't have to shutdown to replace a disk or so that your system will continue to run with a failed disk.
Finally, in my view, swap and dump space should have absolutely nothing to do with each other and should be allocated separately --- and dump should never be mirrored.