Saturday, February 25, 2012

"Maximum Memory" setting in SQL Server properties

I have inherrited a sql 2k standard server running Win2K standard Ed with 3.5
gb RAM (!?!) on a raid 5 (!?!). The server is dedicated for SQL only and has
4 CPUs.
The "maximum memory" setting is set to 3500 MB and SQL is using around 1.75
GB of physical ram and 1.75 GB of Virtual Memory (total:3500 MB). Any inputs
on if the "maximum memory" setting should be left to 3500mb or should it be
reduced to 2000 MB so SQL uses only the physical ram? I am aware that the
transaction log should not be on a raid 5 for performance reasons and I know
that SQL 2k Standard + Win2k standard will not let me use more than 2 GB of
RAM for SQL. The average Physical Disk (_total) activity is 56% which is
considered very high.
Any inputs would be appreciated on this setting while we order the SQL2K
Enterprise on Win2K Advanced Ed. and add an extra controller and 15 RPM
drives...Hi
SQL Server Standard Edition is limited to 2GB of RAM. If you have more, it
will not use it. You need to install SQL Server Expertise Edition to use
more RAM (and set /3GB switch in your boot.ini). SQL Server knows it must
leave space for the OS, so the .25 is left for the OS in the sub 2GB memory
area.
Regards
--
Mike Epprecht, Microsoft SQL Server MVP
Zurich, Switzerland
IM: mike@.epprecht.net
MVP Program: http://www.microsoft.com/mvp
Blog: http://www.msmvps.com/epprecht/
"Anonymous" <Anonymous@.discussions.microsoft.com> wrote in message
news:E5260014-1A9E-47AF-9247-0F8F5B25F8DF@.microsoft.com...
> I have inherrited a sql 2k standard server running Win2K standard Ed with
3.5
> gb RAM (!?!) on a raid 5 (!?!). The server is dedicated for SQL only and
has
> 4 CPUs.
> The "maximum memory" setting is set to 3500 MB and SQL is using around
1.75
> GB of physical ram and 1.75 GB of Virtual Memory (total:3500 MB). Any
inputs
> on if the "maximum memory" setting should be left to 3500mb or should it
be
> reduced to 2000 MB so SQL uses only the physical ram? I am aware that the
> transaction log should not be on a raid 5 for performance reasons and I
know
> that SQL 2k Standard + Win2k standard will not let me use more than 2 GB
of
> RAM for SQL. The average Physical Disk (_total) activity is 56% which is
> considered very high.
> Any inputs would be appreciated on this setting while we order the SQL2K
> Enterprise on Win2K Advanced Ed. and add an extra controller and 15 RPM
> drives...
>|||Thanks for your reply.
I fully understand what you are saying (as it was also statement in my
request). I am interested to know about he virtual memory portion of it.
Thanks again
"Mike Epprecht (SQL MVP)" wrote:
> Hi
> SQL Server Standard Edition is limited to 2GB of RAM. If you have more, it
> will not use it. You need to install SQL Server Expertise Edition to use
> more RAM (and set /3GB switch in your boot.ini). SQL Server knows it must
> leave space for the OS, so the .25 is left for the OS in the sub 2GB memory
> area.
> Regards
> --
> Mike Epprecht, Microsoft SQL Server MVP
> Zurich, Switzerland
> IM: mike@.epprecht.net
> MVP Program: http://www.microsoft.com/mvp
> Blog: http://www.msmvps.com/epprecht/
> "Anonymous" <Anonymous@.discussions.microsoft.com> wrote in message
> news:E5260014-1A9E-47AF-9247-0F8F5B25F8DF@.microsoft.com...
> > I have inherrited a sql 2k standard server running Win2K standard Ed with
> 3.5
> > gb RAM (!?!) on a raid 5 (!?!). The server is dedicated for SQL only and
> has
> > 4 CPUs.
> >
> > The "maximum memory" setting is set to 3500 MB and SQL is using around
> 1.75
> > GB of physical ram and 1.75 GB of Virtual Memory (total:3500 MB). Any
> inputs
> > on if the "maximum memory" setting should be left to 3500mb or should it
> be
> > reduced to 2000 MB so SQL uses only the physical ram? I am aware that the
> > transaction log should not be on a raid 5 for performance reasons and I
> know
> > that SQL 2k Standard + Win2k standard will not let me use more than 2 GB
> of
> > RAM for SQL. The average Physical Disk (_total) activity is 56% which is
> > considered very high.
> >
> > Any inputs would be appreciated on this setting while we order the SQL2K
> > Enterprise on Win2K Advanced Ed. and add an extra controller and 15 RPM
> > drives...
> >
> >
>
>|||"Anonymous" <Anonymous@.discussions.microsoft.com> schrieb im Newsbeitrag
news:1D46A3CC-2D84-4FAA-AA97-24DDA8A27443@.microsoft.com...
> Thanks for your reply.
> I fully understand what you are saying (as it was also statement in my
> request). I am interested to know about he virtual memory portion of it.
From the application's point of view physical and virtual memory are just
the same. You must not sum them up. Physical mem in TaskMGR shows the
portion of the application that's actually in main memory while virtual
mem shows the total allocated size. Your case is optimal with regard to
swapping: the process is completely in physical mem.
As Mike said, your SQL Server will never use more than what it uses at the
moment unless you install enterprise edition.
You should use perfmon to determine what causes the high disk activity.
Regards
robert
> Thanks again
> "Mike Epprecht (SQL MVP)" wrote:
> > Hi
> >
> > SQL Server Standard Edition is limited to 2GB of RAM. If you have
more, it
> > will not use it. You need to install SQL Server Expertise Edition to
use
> > more RAM (and set /3GB switch in your boot.ini). SQL Server knows it
must
> > leave space for the OS, so the .25 is left for the OS in the sub 2GB
memory
> > area.
> >
> > Regards
> > --
> > Mike Epprecht, Microsoft SQL Server MVP
> > Zurich, Switzerland
> >
> > IM: mike@.epprecht.net
> >
> > MVP Program: http://www.microsoft.com/mvp
> >
> > Blog: http://www.msmvps.com/epprecht/
> >
> > "Anonymous" <Anonymous@.discussions.microsoft.com> wrote in message
> > news:E5260014-1A9E-47AF-9247-0F8F5B25F8DF@.microsoft.com...
> > > I have inherrited a sql 2k standard server running Win2K standard Ed
with
> > 3.5
> > > gb RAM (!?!) on a raid 5 (!?!). The server is dedicated for SQL
only and
> > has
> > > 4 CPUs.
> > >
> > > The "maximum memory" setting is set to 3500 MB and SQL is using
around
> > 1.75
> > > GB of physical ram and 1.75 GB of Virtual Memory (total:3500 MB).
Any
> > inputs
> > > on if the "maximum memory" setting should be left to 3500mb or
should it
> > be
> > > reduced to 2000 MB so SQL uses only the physical ram? I am aware
that the
> > > transaction log should not be on a raid 5 for performance reasons
and I
> > know
> > > that SQL 2k Standard + Win2k standard will not let me use more than
2 GB
> > of
> > > RAM for SQL. The average Physical Disk (_total) activity is 56%
which is
> > > considered very high.
> > >
> > > Any inputs would be appreciated on this setting while we order the
SQL2K
> > > Enterprise on Win2K Advanced Ed. and add an extra controller and 15
RPM
> > > drives...
> > >
> > >
> >
> >
> >

No comments:

Post a Comment