- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Pseudoswap: when?
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-07-2002 07:41 AM
02-07-2002 07:41 AM
Pseudoswap: when?
I'm in the process of upgrading a machine (with HP-UX 11.00) from 3GB to 6Gb of RAM.
Actually I have pseudoswap disabled and as much swap as physical memory.
Do I need only to enable pseudoswap or to add some (how much?) swap space?
Machine is an Oracle server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2002 07:47 AM
02-07-2002 07:47 AM
Re: Pseudoswap: when?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2002 07:51 AM
02-07-2002 07:51 AM
Re: Pseudoswap: when?
Only if you want to load more processes into memory than you have RAM for should you use pseudo swap. Even if you have swap = RAM you should still have pseudo swap on because basically its a; SAFETY NET.
If RAM should ever get full instead of user processes dying due to lack of space errors, they will instead load and run (but start to slow the whole server down a bit until you free up some RAM or add some more!)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2002 07:52 AM
02-07-2002 07:52 AM
Re: Pseudoswap: when?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2002 07:53 AM
02-07-2002 07:53 AM
Re: Pseudoswap: when?
One of the better (?) discussions we had on the merits of pseudoswap was this thread:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x9e7487dc4d7dd5118ff00090279cd0f9,00.html
For more background, see the Technical Knowledge Base document "What is pseudo swap?", document #KBRC00001129.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2002 07:56 AM
02-07-2002 07:56 AM
Re: Pseudoswap: when?
If it appears that it is running out of swap you can always increase it online.
In my opinion, you should create another 3 GB of Swap space because during the server crash it should get the enough space to dump the contents of the swap.
Sandip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2002 07:57 AM
02-07-2002 07:57 AM
Re: Pseudoswap: when?
Prior to pseudo swap , you had to have configured at least as much physical device swap as you had RAM. Now, if you enable pseudo swap by setting the "swapmem_on" kernel parameter set to 1, this restriction is lifted.
There's a good discussion about this in the white paper located at /usr/share/doc/mem_mgt.txt .