- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Primary Swap Advice Needed
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
11-09-2001 02:06 PM
11-09-2001 02:06 PM
Primary Swap Advice Needed
Oracle install for 8.1.7 recommends at least 3 times the size of the physical mem (in my case, it is 256 mb), so I am looking 768mb.
Got this warning from our "guru" Bill McNamara.
Thank.
Brando
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2001 02:11 PM
11-09-2001 02:11 PM
Re: Primary Swap Advice Needed
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2001 02:15 PM
11-09-2001 02:15 PM
Re: Primary Swap Advice Needed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2001 02:21 PM
11-09-2001 02:21 PM
Re: Primary Swap Advice Needed
If you increase swap beyond what your current kernel can handle, you'll need to increase "maxswapchunks" accordingly.
My general disdain for Oracle's viral-like resource thirst notwithstanding, you can set up as much swap as you like. Here's my little recommendation: Leave your vg00 swap alone. It's probably 512M or 1G at priority 1. What you need to do is create your additional swap striped across as many of the fastest disks you've got and set it at priority 0. This will ensure the least performance hit in the (undesirable) event you have to start actively using swap (vice zero-cost swap reservation).
Keep in mind that you do pay a horrible price for actively using swap on a routine basis. In such a case, adding RAM is a real requirement -- unless, of course, you enjoy getting repeated calls from users pissing and moaning about performance.
All the best!
Jim
Small memory models and Oracle do not mix.
Like calculus: Don't drink and derive.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2001 02:25 PM
11-09-2001 02:25 PM
Re: Primary Swap Advice Needed
With only 256 MB on Oracle 8.1.7, chances are that you will be swapping and possibly more than you want to. In that case, if you can, configure at least 2 separate physical devices for swapping. I actually would prefer to make primary swap as small as possible (it gets prioirity 1) and then have 2 other devices
set at priority 0. The idea is that the swapping occurs on the non-vg00 disks (vg00 disks are already busy) and by setting them at equal priority (0), the swapping load is interleaved between them. Only when the 0 priority swap space is used up does the primary swap space get hit.
Normally, I get a machine with enough memory so that I never swap. I configure no more than 256 MB of primary swap, turn pseudo-swap on, and then to feel safe I create filesystem swap at very low (high number) priority. But if you can't afford to buy that much memory, the interleaved device swap is the next less evil choice.