Thanks for your posts.
instances.
Oringinally the requirement was for an active passive SQL cluster. (Servers
"Andrew J. Kelly" wrote:
> I didn't think that is what I stated. Yes each application (in this case
> SQL Server) will be able to use up to 3GB of memory. That memory is still
> dynamic and each instance will only use it as it needs it. The point I was
> trying to make was there is a real possibility that both instances will use
> upwards of 3GB. That means they may spend a lot of time allocating and
> deallocating memory between each other and the OS. SQL Server will always
> try to leave some memory for the OS (when not using AWE) so that paging does
> not occur but in this case it very well may.
>
> --
> Andrew J. Kelly SQL MVP
>
>
> "Rodney R. Fournier [MVP]" <rod@die.spam.die.nw-america.com> wrote in
> message news:%23HBx3iIZFHA.2400@TK2MSFTNGP10.phx.gbl...
> > That is not my understanding of how the /3GB switch actually works. When
> > you add the /3GB to the boot.ini file it allows ALL applications to use
> > 3GB of working memory and the OS then only gets 1GB (normally is 2GB for
> > App, 2 GB for OS). It does not simply give 3GB to each SQL Instance. If
> > you run WordPad, the two SQL instances and the calculator they will all
> > get 3GB of working memory. As you can see from this example, paging would
> > occur if both SQL's actually need that much memory.
> >
> > Cheers,
> >
> > Rod
> >
> > MVP - Windows Server - Clustering
> >
http://www.nw-america.com - Clustering Website
> >
http://www.msmvps.com/clustering - Blog
> >
> > "Andrew J. Kelly" <sqlmvpnooospam@shadhawk.com> wrote in message
> > news:OEx%23Yb4YFHA.3780@tk2msftngp13.phx.gbl...
> >> Is 6GB the total memory? How much do you want each instance of SQL
> >> Server to use? They can not both have 6GB. If 6GB is all you have then
> >> you probably should not use AWE since the memory is no longer dynamic.
> >> If you use /3GB on each instance they will each have 3GB to use but that
> >> leaves 0 for the OS.
> >>
> >> --
> >> Andrew J. Kelly SQL MVP
> >>
> >>
> >> "Alistair Keay" <AlistairKeay@discussions.microsoft.com> wrote in message
> >> news:1ABCEDC3-4218-4CCF-AE80-B4B12A3E11B1@microsoft.com...
> >>>I see that there was a another query about this. But to confirm
> >>> If I wish to have active\active SQL on a server with 6Gb of memory
> >>> should I
> >>> use
> >>>
> >>> AWE enabled
> >>> PAE enabled
> >>>
> >>> But not /3Gb (even though there are articles which state that you should
> >>> for
> >>> 4 to 16Gb of memory server)
> >>>
> >>> What recomendations are there for the AWE setting so that SQL can
> >>> failover?
> >>>
> >>> --
> >>> Thanks for any help,
> >>> Alistair
> >>
> >>
> >
> >
>
>