- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Setting a Kernel Parameter for Oracle 9i
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
03-07-2002 02:35 PM
03-07-2002 02:35 PM
Available memory is not a variable I can use in a formulat (like NPROC + 2), so what statistic to I use?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2002 02:41 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2002 09:01 AM
03-08-2002 09:01 AM
Re: Setting a Kernel Parameter for Oracle 9i
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2002 10:02 AM
03-08-2002 10:02 AM
Re: Setting a Kernel Parameter for Oracle 9i
and 2Gb is _way_ out of range for it anyway.
The important thing is that your _swap space_
is a certain value. swap_space = maxswapchunks * swchunk *
Most people recommend leaving swchunk alone unless you absolutely have to, especially if you want to do interleaving between devices with equal priority, and I tend to agree with them. So, if this is 11.11, swchunk is 2048 blocks -- so your swap space is maxswapchunks * 2Mb... which sounds linke what Oracle meant now that I do the math. :)
At any rate - if you want 4Gb of swap, then maxswapchunks should be set to 2 * 1024 = 2048 (units of chunks).
Don Morris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2002 10:59 AM
03-08-2002 10:59 AM
Re: Setting a Kernel Parameter for Oracle 9i
So if Oracle wants me to have a swap space equal to my available memory, I just divide available memory by 2 for MAXSWAPCHUNKS.
But what is "available" memory. Is it the same as physical memory (512Mb - This is a development system)?
Is it physical memory - system memory - user memory - chache memory (= free memory, currently 258.9Mb on my system) but isn't this a moving number?
The unit of value is not specified (most say Bytes), so I'm guess Kb here.
The current value is 4096, which is much lower than 512 *1024/2 = 262,144
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2002 11:12 AM
03-08-2002 11:12 AM
Re: Setting a Kernel Parameter for Oracle 9i
For definitive information on how to calculate you maximum amount of swap with the maxswapchunks parameter have a look at this page:
http://docs.hp.com/hpux/onlinedocs/os/KCparam.MaxSwapChunks.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2002 12:13 PM
03-08-2002 12:13 PM
Re: Setting a Kernel Parameter for Oracle 9i
So I'll change MAXSWAPCHUNKS from the default of 256 to 512, which is half of 1024Mb.
My current value of 4096 was probably set when I selected the "DB Server System" from "Tuned Kernel Paramter Sets" in SAM.