Link to home
Start Free TrialLog in
Avatar of motioneye
motioneyeFlag for Singapore

asked on

resize sql server memory in sql2005, do I need services restarted?

I plan to resize my sql server 2005  memory from 16GB to 25GB, will this require restart of services or it just OJ if I change the value in sql server memory configuration properties
SOLUTION
Avatar of Guy Hengel [angelIII / a3]
Guy Hengel [angelIII / a3]
Flag of Luxembourg image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of motioneye

ASKER

I go through mcsft website and find as following, so its confirmed that there is no need to restart to increase but it needed when reduce, and it saying max server memory shuld be set above of stolen pages and Reserved pages, but the question, is these value in MB or do we need to multiple by 8 first? before get the value in MB

Before reducing the max server memory value, use Performance Monitor to examine the SQLServer:Buffer Manager performance object while under a load, and note the current values of the Stolen pages and Reserved pages counters. These counters report memory as the number of 8K pages. max server memory should be set above the sum of these two values to avoid out-of-memory errors. An approximate value for the lowest reasonable max server memory setting (in MB) is ([Stolen pages] + [Reserved pages])/ 100. To reduce the max server memory you may need to restart SQL Server to release the memory.
as you want to increase, you don't need to consider that ...