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

Home -> Community -> Usenet -> c.d.o.server -> Re: oracle 9 on windows 2000 memory problems

Re: oracle 9 on windows 2000 memory problems

From: Paul Drake <drak0nian_at_yahoo.com>
Date: 9 Nov 2003 11:11:51 -0800
Message-ID: <1ac7c7b3.0311091111.72a68743@posting.google.com>


"Max Andersen" <max_at_militant.dk> wrote in message news:<pan.2003.11.09.13.15.15.557641_at_militant.dk>...
> On Mon, 03 Nov 2003 08:50:24 -0800, Daniel Morgan wrote:
> >>
> > You are working with a 32 bit operating system. Nothing is going to see
> > more than 4GB
> > of memory even if you put a terabyte of RAM into the machine. There are
> > some software
> > solutions such as those from vmware (www.vmware.com) but my suggestion
> > would be
> > to either accept that you wasted 4GB of RAM or get another operating system.
>
> well, it worked, and by using the /PAE switch, the i386 architecture now
> seems to accept the memory above 4GB.
>
> Windows now sees 7,6GB memory, and Oracle uses 4,6GB at the moment (it's
> AWE enabled).
>
> Thanks for the input, though.
>
> Max

Max,

nice. I've know that the option of using indirect memory was available, but didn't see a reason to use it yet.

I have a couple of questions, if you don't mind.

Have you benchmarked the overhead of indirect addressing? I'm thinking along the lines of 2 sample tables (e.g. a copy of all_objects with enough rows to work with) one in a buffer pool that is in memory below 4GB, one that is in a buffer pool in indirect memory space. run the same queries against, and see how much cpu is consumed in each. I believe that storing blocks in indirect memory is subject to an additional 8% overhead, space-wise. Just wondering what amount of additional cpu cost may be involved.

thanks much,

Paul Received on Sun Nov 09 2003 - 13:11:51 CST

Original text of this message

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