- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Physical Swap Space Configuration with Pseudo Swap...
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-26-2010 11:15 AM
02-26-2010 11:15 AM
Physical Swap Space Configuration with Pseudo Swap on and Large RAM
What’s HPs recommendation in terms of configuring physical swap in this configuration. Is it needed, or should they just continuously monitor Swap space usage.
thx in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2010 12:47 PM
02-26-2010 12:47 PM
Re: Physical Swap Space Configuration with Pseudo Swap on and Large RAM
If you have lots of RAM you really don't need that much swap.
If you think you need to add device swap, you'll be suffering performance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2010 06:15 PM
02-26-2010 06:15 PM
Re: Physical Swap Space Configuration with Pseudo Swap on and Large RAM
Do you ever need swap ? Configure enough swap for a crash dump of the system. Not all pages of memory go into a crash.
crashconf -v
will give you a estimate of how much space a crash will take.
Maybe 20 GB might be enough..Depends if you ever get to the point where you might need real swap.
pseudo swap is not real swap. ITs just a way to allow programs to use all of physical memory without having to reserve real swap to start processes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2010 05:22 AM
02-27-2010 05:22 AM
Re: Physical Swap Space Configuration with Pseudo Swap on and Large RAM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2010 10:17 AM
02-27-2010 10:17 AM
Re: Physical Swap Space Configuration with Pseudo Swap on and Large RAM
http://docs.hp.com/en/1219/tuningwp.html
t#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2010 05:40 PM
02-27-2010 05:40 PM
Re: Physical Swap Space Configuration with Pseudo Swap on and Large RAM
This won't answer the initial question about how much device swap is needed, if you have more than enough RAM.
>depends on the application(s) running on your server
Right. If you are running out of swap or want to add more applications, you may need to add more.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2010 11:52 AM
02-28-2010 11:52 AM
Re: Physical Swap Space Configuration with Pseudo Swap on and Large RAM
It is not necessary to configure swap memory if you have enough memory to work with. The only thing when you have to consider the swap is when you may require a core dump to analyze. So, it is always advisable to set the swap memory (may be to 30G) so that your system may dump on it.