Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

SQL Server 2008 Active/Active cluster memory configuration

6 views
Skip to first unread message

Igor Marchenko

unread,
Nov 18, 2009, 8:07:01 PM11/18/09
to
Hello!

We will be installing SQL Server 2008 64 bit EE on Windows 2008 EE
(Active/Active cluster). I would like to confirm following settings
considering we will have 32GB of memory on each node:

1. No need to enable AWE.
2. No need to set 'Lock Pages In Memory'.
3. Cap Min and Max Memory usage on each instance (leave memory not only to
OS, but also to the second instance in case of failover). I am not exactly
sure how to cap memory. Would it be possible to make memory Max adjustment
when failover occurs? Otherwise, we might be wasting memory.
4. No need to set /3GB in boot.ini.

Any other configurational setting to consider?

Thank you in advance,
Igor

Geoff N. Hiten

unread,
Nov 18, 2009, 8:22:29 PM11/18/09
to
1. AWE is completely ignored in 64-bit SQL.
2. Maybe. There are some differences, but not enough to matter.
3) SQL Server has min and max server memory settings internally. You can
set them via Policy, SSMS, or Scripts. You can do some custom failover
scripts, but that is fairly complex.
4) /3GB is ignored in 64-bit Operating Systems.

--
Geoff N. Hiten
Principal SQL Infrastructure Consultant
Microsoft SQL Server MVP

"Igor Marchenko" <IgorMa...@discussions.microsoft.com> wrote in message
news:726148C9-FC7D-4746...@microsoft.com...

Uri Dimant

unread,
Nov 19, 2009, 4:06:02 AM11/19/09
to
Geoff
Can you please clarify why NO (maybe)need to enable set 'Lock Pages In
Memory'.?

Igor

We have a clustered two nodes config (Active-Active) as you refer. Each
node has 16gb RAM
We configured MAX memory to 8gb so on case it failed over there is enough
memory to start working till the 'bad' node wikk be fixed


Geoff , do you think the above is acceptable config?


"Geoff N. Hiten" <SQLCra...@gmail.com> wrote in message
news:O03sxaLa...@TK2MSFTNGP04.phx.gbl...

Geoff N. Hiten

unread,
Nov 19, 2009, 9:07:19 AM11/19/09
to
I will let Bob Ward answer that. He does it a lot better than I do.

http://blogs.msdn.com/psssql/archive/2009/09/11/fun-with-locked-pages-awe-task-manager-and-the-working-set.aspx

--
Geoff N. Hiten
Principal SQL Infrastructure Consultant
Microsoft SQL Server MVP

"Uri Dimant" <ur...@iscar.co.il> wrote in message
news:eyRSRdPa...@TK2MSFTNGP04.phx.gbl...

BrentM

unread,
Dec 14, 2009, 6:08:22 PM12/14/09
to
On Nov 20, 3:07 am, "Geoff N. Hiten" <SQLCrafts...@gmail.com> wrote:
> I will let Bob Ward answer that.  He does it a lot better than I do.
>
> http://blogs.msdn.com/psssql/archive/2009/09/11/fun-with-locked-pages...

>
> --
> Geoff N. Hiten
> Principal SQL Infrastructure Consultant
> Microsoft SQL Server MVP
>
> "Uri Dimant" <u...@iscar.co.il> wrote in message

>
> news:eyRSRdPa...@TK2MSFTNGP04.phx.gbl...
>
>
>
> > Geoff
> > Can  you please clarify why NO (maybe)need to enable set 'Lock Pages In
> > Memory'.?
>
> > Igor
>
> > We have a clustered  two nodes config (Active-Active) as   you refer. Each
> > node has 16gb RAM
> > We configured MAX memory to 8gb so on case it failed over there is enough
> > memory to start working till  the 'bad' node wikk be fixed
>
> > Geoff , do you think  the above is acceptable config?
>
> > "Geoff N. Hiten" <SQLCrafts...@gmail.com> wrote in message

> >news:O03sxaLa...@TK2MSFTNGP04.phx.gbl...
> >> 1.  AWE is completely ignored in 64-bit SQL.
> >> 2.  Maybe.  There are some differences, but not enough to matter.
> >> 3) SQL Server has min and max server memory settings internally.  You can
> >> set them via Policy, SSMS, or Scripts.  You can do some custom failover
> >> scripts, but that is fairly complex.
> >> 4) /3GB is ignored in 64-bit Operating Systems.
>
> >> --
> >> Geoff N. Hiten
> >> Principal SQL Infrastructure Consultant
> >> Microsoft SQL Server MVP
>
> >> "Igor Marchenko" <IgorMarche...@discussions.microsoft.com> wrote in
> >> messagenews:726148C9-FC7D-4746...@microsoft.com...

> >>> Hello!
>
> >>>   We will be installing SQL Server 2008 64 bit EE on Windows 2008 EE
> >>> (Active/Active cluster). I would like to confirm following settings
> >>> considering we will have 32GB of memory on each node:
>
> >>> 1. No need to enable AWE.
> >>> 2. No need to set 'Lock Pages In Memory'.
> >>> 3. Cap Min and Max Memory usage on each instance (leave memory not only
> >>> to
> >>> OS, but also to the second instance in case of failover). I am not
> >>> exactly
> >>> sure how to cap memory. Would it be possible to make memory Max
> >>> adjustment
> >>> when failover occurs? Otherwise, we might be wasting memory.
> >>> 4. No need to set /3GB in boot.ini.
>
> >>> Any other configurational setting to consider?
>
> >>> Thank you in advance,
> >>> Igor- Hide quoted text -
>
> - Show quoted text -

Igor, AWE is a set of API's that SQL uses to access memory. By setting
Lock Pages in Memory your are using AWE. Don't let the other responses
confuse you. I would set the max server memory to 28GB.
/3GB is used in a 32 bit OS to provide a larger VAS.

cheers,
Brent.

any other questions you can email me direct... www.sqldba.co.nz

0 new messages