Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Setting Limits on Memory for SQL Express 1

Status
Not open for further replies.

boardgamer

Programmer
Feb 14, 2009
58
US
I am running SQL Express. I have been having problem with memory usage. Someone on one of the other forums suggested that there is a way to put a cap on the memory it comsumes. Can you help me?
 
You want to be a little careful with limiting the memory because it can have a dramatic effect on performance.

I don't have SQL Express installed (I have SQL Standard).

To limit the memory usage....

Open SQL Server Management Studio (express).
Right click your server name
Click Properties
On the 'Select a page' part, click Memory.
Change the "Maximum server memory" setting.

If you don't have SQL Server Management Studio Express, it's a free download from Microsoft. A quick google search should find it.


-George

"The great things about standards is that there are so many to choose from." - Fortune Cookie Wisdom
 
FYI
SQL Express only uses 1GB of memory anyway - personally I wouldn't restrict it down any further than that...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top