July 7, 2011 at 11:56 am
WE have allocated new 28 GB RAM to the CLuster server, NOw i have to allocate the 14 GB RAM to SQL server.
How would i can do that please guide me
Thank you
July 7, 2011 at 12:02 pm
Highlight the server name. Right click, Properties.
There is a line called "Memory". You can set your maximum SQL Server memory in that screen.
It is in MB so for 14 GB you put in 14,000 MB.
If the cluster server has 28 GB of RAM available, why would you limit SQL Server to only 14 GB?
Most setups do not put other applications on the same server.
SQL Server should really be the only major thing running on that cluster.
July 7, 2011 at 12:08 pm
james.morrison 19355 (7/7/2011)
Highlight the server name. Right click, Properties.There is a line called "Memory". You can set your maximum SQL Server memory in that screen.
It is in MB so for 14 GB you put in 14,000 MB.
If the cluster server has 28 GB of RAM available, why would you limit SQL Server to only 14 GB?
Most setups do not put other applications on the same server.
SQL Server should really be the only major thing running on that cluster.
You would have to allocate 14GB if there were 2 separate instances. 14GB and 14GB. I'm not sure this is the case for the OP or not.
July 7, 2011 at 12:17 pm
You would have to allocate 14GB if there were 2 separate instances. 14GB and 14GB. I'm not sure this is the case for the OP or not.
I guess I am just not used to doing that on a SQL Server.
Instead of the extra overhead from running multiple instances, I would just put every database on the same default instance, especially on a cluster.
Something about the naming of extra instances just annoys my sense purity. I hate having the \ in the name of the SQL Server.
July 7, 2011 at 12:36 pm
How much memory does the server have total?
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
July 7, 2011 at 12:39 pm
server have 75 GB and we have add 28 GB more to Cluster server.
July 7, 2011 at 12:45 pm
So does it have 75 or 103?
Am not following you.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
July 7, 2011 at 12:48 pm
niravbhat (7/7/2011)
server have 75 GB and we have add 28 GB more to Cluster server.
Each cluster node has 75 GB of Ram?
What are you dedicating the remaining 47 GB to? What else is running on the active node of the SQL cluster that you've dedicated 28 GB to?
July 7, 2011 at 1:21 pm
I am going to guess that the OP means he needs to add 14GB of the additional 28GB of memory to that instance of SQL Server.
The question still remains - what else is running on that cluster? I am also wondering about the actual value of the available memory. I cannot come up with 75GB of available memory with any even distribution of memory sticks.
With all that said - if the actual value is 72GB of memory available, I would recommend no more than a total of 64GB of memory allocated to all instances that could run on a single node in the cluster.
Jeffrey Williams
“We are all faced with a series of great opportunities brilliantly disguised as impossible situations.”
― Charles R. Swindoll
How to post questions to get better answers faster
Managing Transaction Logs
Viewing 9 posts - 1 through 8 (of 8 total)
You must be logged in to reply to this topic. Login to reply