dbTalk Databases Forums  

Memory in a 2 node Active/Active cluster

microsoft.public.sqlserver.clustering microsoft.public.sqlserver.clustering


Discuss Memory in a 2 node Active/Active cluster in the microsoft.public.sqlserver.clustering forum.



Reply
 
Thread Tools Display Modes
  #41  
Old   
Geoff N. Hiten
 
Posts: n/a

Default Re: Memory in a 2 node Active/Active cluster - 11-21-2008 , 01:03 PM






The "Lock Pages in Memory" simple means the OS cannot force SQL to
relinquish memory. The OS can ask and SQL can comply on its own schedule
and release memory. However, there is no balancing between instances. All
user applications get the memory panic message, even the newly started
instance.

With larger systems having high core counts like yours, you may have to
reduce memory to 24027 GB of RAM. You can get it a little tighter in
Enterprise Edition SQL because "lock Pages" actually works. "Lock Pages" is
not recognized by Standard Edition SQL Server.

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






"Russ" <Russ (AT) discussions (DOT) microsoft.com> wrote

Quote:
Hi,
I have a scenario involving a two node cluster each running a SQL 2005
(x64)
instance. Each node has 64GB of RAM and 'lock pages in memory' is set.

If I configure, via 'Max Server Memory', each node to use say 50GB of
RAM -
what happens during a failover. I'm guessing that because of the 'lock
pages
in memory' the surviving instance will not release any memory to
accomodate
the failed instance and will be forced to compete for the remaining 14 GB
of
RAM with the OS.

Whats the best practice here? Should I configure each node to use only
30GB
of RAM? (leaving 4GB for the OS).

Thanks for any advice....





Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.