Re: how to determine if memory is slowing the server down
- From: Jon-Alfred Smith <jonsmi@xxxxxxxxxxxxxxxx>
- Date: Wed, 19 Mar 2008 10:10:06 +0100
On Mon, 17 Mar 2008 16:24:00 -0700, lucienne
<lucienne@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
I would like to apply the SQL teaming but ama little unsecure about it.
Can it just be done without taking to much risks for the databases?
The taming, limiting SQL Server's memory allocation. Never did that
before I started implementing and supporting SBS. If it's good idea,
yes I think so. The largest memory hogs I've seen so far, are the ISA
MSDE and the embedded 2005 database that WSUS 3.0 uses.
Others may correct me: There should be no risks for the databases, but
services may fail or become unreliable if you tame the instances too
aggressively.
I think there are at least two good reasons for limiting the buffer
pool allocation:
(1) SQL Server has a tendency to allocate a lot more memory for its
buffer pool than needed. On the other hand, SQL Server is also good at
releasing parts of this memory to the OS or other apps when needed.
However, this might not happen fast enough. Books online state:
If an instance of SQL Server is running on a computer where other
applications are frequently stopped or started, the allocation and
deallocation of memory by the instance of SQL Server may slow the
startup times of other applications. Also, if SQL Server is one of
several server applications running on a single computer, the system
administrators may need to control the amount of memory allocated to
SQL Server.
http://msdn2.microsoft.com/en-us/library/ms180797.aspx
This should apply to SBS as well.
(2) You won't get sensible memory alerts without this tweaking.
A good starting point could be to be careful. For instance I've
advices on reducing the MSFW instance to 100 MB. MS has a KB where
they use 512 MB as an example. (With ISA you should consider logging
files instead, but that's another topic).
jas
.
- References:
- Re: how to determine if memory is slowing the server down
- From: Jon-Alfred Smith
- Re: how to determine if memory is slowing the server down
- Prev by Date: RE: Add Client/server wizard stopped working
- Next by Date: Re: problems in folder redirect
- Previous by thread: Re: how to determine if memory is slowing the server down
- Next by thread: Re: how to determine if memory is slowing the server down
- Index(es):
Relevant Pages
|