1834395 Members
4270 Online
110066 Solutions
New Discussion

Re: Kernel optimization

 
Pocius Arturas
Advisor

Kernel optimization

I wonder what steps would be usefull/necessary to tune OS resources usage (RAM) when using L1000 HPUX11.00 as Oracle8i server. Is it worth to build kernel without some support (eg.FibreChannel,NFS/9000 subsystems if we're not using such at this time).
And what Oracle (32-bit or 64-bit) is better to use on 64-bit OS with 1GB RAM.

Thanks
5 REPLIES 5
Ravi_8
Honored Contributor

Re: Kernel optimization

Hi,

since you are using as an oracle server, other than kernel parameters(shared memory, semaphores, ..)don't change anything.whatever comes default with the HP system is sufficient.
In my case both 32 bit and 64 bit version works well.
never give up
Peter Kloetgen
Esteemed Contributor

Re: Kernel optimization

Hi Arturas,

for the reason that a whole HP-UX- 11- kernel is only up to 20 MB, in my opinion it makes no sense to design a new kernel to save perhaps a few MB on a system with a Gig RAM. Another reason not to change the kernel is that you would have to reboot your system now and in the future ( if you need one of the deleted subsystems.... )and this makes no sense.


Allways stay on the bright side of life!

Peter
I'm learning here as well as helping
Pocius Arturas
Advisor

Re: Kernel optimization

The other side of the question:
What advantages v. disadvantages I would get using 64-bit versus 32-bit Oracle in the system with limited RAM?

Thank you in advance
Krishna Prasad
Trusted Contributor

Re: Kernel optimization

Well there may be other parms that are needed. You need to make sure nfiles,maxusers,maxuprc, maxsize_64bit,maxdsize_64bit are big enough to support your Oracle environment.

For specific to memory a very import parm is dbc_max_pct. I have mine set between 8 - 10. I have heard others have this up to 15. This is the % of buffer_cache the system will use of physicall memory.

And also go to 64bit now. If you every upgrade the memory and system grows you will be glad you are at 64bit for Oracle.
Positive Results requires Positive Thinking
Manohar Manne_1
Occasional Advisor

Re: Kernel optimization

Use ORacle 64 Bit beacuse 32 bit has shared memroy limitition only 1.7GB SGA available for 32 bit applications in default global window.