Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> Re: Memory recommendations for Oracle 8i

Re: Memory recommendations for Oracle 8i

From: VampireD <vampired_at_my-deja.com>
Date: Thu, 05 Oct 2000 19:35:36 GMT
Message-ID: <8ril68$kou$1@nnrp1.deja.com>

First off, 512Mb for NT and 1Gb for Solaris is off the wall.

  1. Solaris takes less memory
  2. No where have you mentioned what the database is doing. So how can you make a recommendation based strictly off OS?

Considerations that detirmine memory:

Alot of reporting being done? (Memory sorts instead of disk sorts) Alot of procedures? (Pinning procedures in memory) How many instances on the database (Each instance takes memory for shared pool, block buffers, and processes) How large is block buffers/shared pool going to do be Alot of java? Java has a seperate pool of memory to consider Size of PL/SQL / Java procedures? Are they mostly going to be pinned? How many users? Each users uses 1Mb min to as much as 30Mb or more Development box? Staging box? Production Box? Using shared dispatchers or dedicated processes?

I believe both Solaris and NT recommend 128Mb to run oracle.

64Mb(OS) + 16MbxInstances + Shared Pool + Large Pool + Java Pool + Block Buffers + Shared Pool + Pinned Procedures + 1-30Mb+ / user + many other factors.

Out of this, there is very little that is really OS concern. Of course you have hardware limitation between how much memory UNIX and how much NT can handle, but both of them are generally at least able to handle 4Gb right now. So really those estimates are rather null in void when it comes down to what really detirmines this. And I left a bit of stuff out.

In article <39DCCED7.39AB7B5A_at_Unforgetable.com>,   BlueSax_at_Unforgetable.com wrote:
> The installation guides all give minimum memory recommendations for a
> server running Oracle 8i, but what is missing is the recommendations
 for
> truely efficient operation.
>
> I generally recommend at least 512M for WinNT systems and 1G for
 Solaris
> systems. Am I off base? Does anyone else have any ideas of this?
>
>

--
Christopher R. Spence
OCP, MCP, MCSE, A+, RAPTOR, CNA


Sent via Deja.com http://www.deja.com/
Before you buy.
Received on Thu Oct 05 2000 - 14:35:36 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US