- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- swapmem and swap for oracle
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
01-16-2003 11:07 AM
01-16-2003 11:07 AM
swapmem and swap for oracle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2003 04:03 PM
01-16-2003 04:03 PM
Re: swapmem and swap for oracle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2003 04:49 PM
01-16-2003 04:49 PM
Re: swapmem and swap for oracle
Consider a box with 16GB of memory and 1GB of swap (yes, that's possible and even reasonable). Without pseudoswap, only 1GB of processes could be run eventhough you have 15GB of free memory; with pseudoswap you can run 1.75x mem + swap worth of processes.
Pseudoswap only comes into play when swapspace < memory. The old rules about 2x-3x memory for swapspace very seldom apply and not at all to databases. The installation guidelines are essentially state of the art late 1980's rules of thumb. If an Oracle box needed 2x-3x swapspace these days and were actually swapping that much the performance would be all but non-existant.
If swapspace exceeds memory, then pseudoswap buys you nothing but again the memory is not being used for swap; it simply does not exist. You are reading something into the swapinfo display about memory that simply does not exist.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2003 04:59 PM
01-16-2003 04:59 PM
Re: swapmem and swap for oracle
That should be 0.75memory + swap so that with 16GB of memory and 1GB, you could run
12GB + 1GB worth of processes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2003 05:36 PM
01-16-2003 05:36 PM
Re: swapmem and swap for oracle
swapmem_on parameter does not really use any memory. It's for reservation calculation purposes only. But your point is relavent in one way.
I would not enable swap_mem on systems that have less physical memory or if it is memory constraint unless you have plenty of device swap available. It will have little or no effect in that situation.
Take a scenario for ex.,. 1 GB of Physical memory and 1 GB of device swap with swap_mem on. This means the system will see ~1.75GB of virtual memory. However, as memory utilization crosses 25%, the percentage available for reservation out of memory will decrease and finally you may end up with only 1GB of swap space.
I recommend this parameter to superdome family where you can find a minimum of 8 GB physical memory. So you dont' have to unnecessarily waste disk for swap.
-Sri