- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: SWAP SIze For oracle Database
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
Discussions
Discussions
Discussions
Forums
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
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
тАО11-21-2001 10:45 AM
тАО11-21-2001 10:45 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-21-2001 10:50 AM
тАО11-21-2001 10:50 AM
Solutionhttp://docs.oracle.com/database_mp.html
We have V-Class with 12 GB of RAM and almost 24 GB of swap - but this was mainly due to SAP requirement.
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-21-2001 10:51 AM
тАО11-21-2001 10:51 AM
Re: SWAP SIze For oracle Database
(see attached doc)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-21-2001 10:52 AM
тАО11-21-2001 10:52 AM
Re: SWAP SIze For oracle Database
I have an Oracle database running on a N with 8GB Physical 8GB Swap. I think the important thing is the SGA (System Global Area) that your DBA assigns to oracle. That will affect the memory more than if you double the size of Physical memory for swap.
Just my thoughts.
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-21-2001 10:58 AM
тАО11-21-2001 10:58 AM
Re: SWAP SIze For oracle Database
In general, if you have an Oracle server that is swapping more than just a little then your performance is going to be poor. Do a vmstat and look at the 'po' (Page Outs) columns. Ideally that number should be zero indicating no swap outs. Depending upon the OS version, 8GB may well be enough memory so that your machine never swaps. In that case you can get by with only a small amount of primary swap (e.g. 512 MB) and with swapmem_on=1 to enable pseudo-swap.
The old rule of 2-3x (4-6x if mirrored) memory for swap very seldom applies these days. It is especially bad to buy that much disk that you are never going to use. I do suggest that you mirror your swap. My favorite way to do this is a small amount of primary swap, about 1.5x memory of filesystem swap at very low priority. The filesystem swap is just there as a safety net and does not consume filesystem space unless actually needed. I then configure a 1x memory size of dump area that is not mirrored.
Regards, Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-21-2001 10:59 AM
тАО11-21-2001 10:59 AM
Re: SWAP SIze For oracle Database
you may want to take a look at the thread below,
http://docs.hp.com/cgi-bin/otsearch/getfile?id=/hpux/onlinedocs/os/11i/mem_mgt.html&searchterms=swap%7cwhite%7cpaper&queryid=20011121-110212
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-22-2001 05:48 AM
тАО11-22-2001 05:48 AM
Re: SWAP SIze For oracle Database
First:
You do NOT want your Oracle SGA to begin swaping as this seriously affects performance.
As a result from this you'll never need swap space when running a plain database server. (Other applications on the same machine might though!)
Therefore it is a waste to have to configure twice the ammount of swap.
The swap requirement comes from the fact that every process reqires swapspace to be able to start (even if it is not going to use it)
To resolve this you should set up pseudo swap on your system. This is done by setting kernel variable swapmem_on to "1".
This enables a process to allocate up to 75 % more swap space than there is infact on the system.
rgds
Andreas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-22-2001 09:45 AM
тАО11-22-2001 09:45 AM
Re: SWAP SIze For oracle Database
Is there a parameter in init.ora where locks the SGA in Memory?
The SGA size is 1.3 GB what parameters should I check in KERNEL in order to check if the SGA can feet to memory and npt swapped?