PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Forums Hébergement > Forum Hébergement serveur > ms.sqlserver.server > How to set server to use all 8GB
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
How to set server to use all 8GB

Réponse
 
LinkBack Outils de la discussion
Vieux 18/07/2008, 10h05   #1
CD
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut How to set server to use all 8GB

Hello All,

I have a server with Windows 2003 Server 32 bit and 10 GB of memory (I
use physical address extension).

I would like to set my SQL Server 2005 server (standard edition) to
use 8GB, instead of the 1.6 max it uses today. I searched the posts
but am still confused. What is the recommended way to accomplish
this? Do I need to enable AWE? Set the min/max server memory?

Thank you
CD
  Réponse avec citation
Vieux 18/07/2008, 10h31   #2
vinu
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: How to set server to use all 8GB

hello

Which edition of windows Server are you using / 32 bit or 64 bit.

SQL Server 32 bit will not be able to access more 4gb of memory . this is
because 32 it pointer cannot hold a memory address larger than 4gb

Also, even if you allocate 4gb for sql server, it doesn't mean that sql
server will use the whole 4gb memory.
for more info see bol on dynamic memory management

vinu


"CD" <crbd98@yahoo.com> wrote in message
news:4cd2634c-f470-4f0f-aa07-20ed8108ba78@u6g2000prc.googlegroups.com...
> Hello All,
>
> I have a server with Windows 2003 Server 32 bit and 10 GB of memory (I
> use physical address extension).
>
> I would like to set my SQL Server 2005 server (standard edition) to
> use 8GB, instead of the 1.6 max it uses today. I searched the posts
> but am still confused. What is the recommended way to accomplish
> this? Do I need to enable AWE? Set the min/max server memory?
>
> Thank you
> CD



  Réponse avec citation
Vieux 18/07/2008, 10h56   #3
CD
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: How to set server to use all 8GB

Hello Vinu,

I am using SQL Server 2005 standard edition 32 bit.

Wouldn't AWE allow SQL Server to recognize more than 4GB?

Cheers
CD

On Jul 18, 1:31am, "vinu" <vinu.t.1...@gmail.com> wrote:
> hello
>
> Which edition of windows Server are you using / 32 bit or 64 bit.
>
> SQL Server 32 bit will not be able to access more 4gb of memory . this is
> because 32 it pointer cannot hold a memory address larger than 4gb
>
> Also, even if you allocate 4gb for sql server, it doesn't mean that sql
> server will use the whole 4gb memory.
> for more info see bol on dynamic memory management
>
> vinu
>
> "CD" <crb...@yahoo.com> wrote in message
>
> news:4cd2634c-f470-4f0f-aa07-20ed8108ba78@u6g2000prc.googlegroups.com...
>
>
>
> > Hello All,

>
> > I have a server with Windows 2003 Server 32 bit and 10 GB of memory (I
> > use physical address extension).

>
> > I would like to set my SQL Server 2005 server (standard edition) to
> > use 8GB, instead of the 1.6 max it uses today. I searched the posts
> > but am still confused. What is the recommended way to accomplish
> > this? Do I need to enable AWE? Set the min/max server memory?

>
> > Thank you
> > CD- Hide quoted text -

>
> - Show quoted text -


  Réponse avec citation
Vieux 18/07/2008, 11h24   #4
vinu
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: How to set server to use all 8GB

Cd

ignore my previous post

see the link below
http://msdn.microsoft.com/en-us/library/ms190961.aspx
http://msdn.microsoft.com/en-us/library/ms190673.aspx
http://msdn.microsoft.com/en-us/library/ms179301.aspx

vinu

"CD" <crbd98@yahoo.com> wrote in message
news:a0c2afe4-8373-414c-9588-cb2d2f361603@w39g2000prb.googlegroups.com...
Hello Vinu,

I am using SQL Server 2005 standard edition 32 bit.

Wouldn't AWE allow SQL Server to recognize more than 4GB?

Cheers
CD

On Jul 18, 1:31 am, "vinu" <vinu.t.1...@gmail.com> wrote:
> hello
>
> Which edition of windows Server are you using / 32 bit or 64 bit.
>
> SQL Server 32 bit will not be able to access more 4gb of memory . this is
> because 32 it pointer cannot hold a memory address larger than 4gb
>
> Also, even if you allocate 4gb for sql server, it doesn't mean that sql
> server will use the whole 4gb memory.
> for more info see bol on dynamic memory management
>
> vinu
>
> "CD" <crb...@yahoo.com> wrote in message
>
> news:4cd2634c-f470-4f0f-aa07-20ed8108ba78@u6g2000prc.googlegroups.com...
>
>
>
> > Hello All,

>
> > I have a server with Windows 2003 Server 32 bit and 10 GB of memory (I
> > use physical address extension).

>
> > I would like to set my SQL Server 2005 server (standard edition) to
> > use 8GB, instead of the 1.6 max it uses today. I searched the posts
> > but am still confused. What is the recommended way to accomplish
> > this? Do I need to enable AWE? Set the min/max server memory?

>
> > Thank you
> > CD- Hide quoted text -

>
> - Show quoted text -



  Réponse avec citation
Vieux 18/07/2008, 15h19   #5
TheSQLGuru
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: How to set server to use all 8GB

/PAE in boot.ini. SQL Server configured to use AWE. Reboot to get
everything functional. Now set max memory to use 8GB.

Be sure to monitor paging occassionally to ensure 8GB isn't too high.

Also consider setting Lock pages in memory setting for the sql server
service user account in windows.


--
Kevin G. Boles
Indicium Resources, Inc.
SQL Server MVP
kgboles a earthlink dt net


"CD" <crbd98@yahoo.com> wrote in message
news:4cd2634c-f470-4f0f-aa07-20ed8108ba78@u6g2000prc.googlegroups.com...
> Hello All,
>
> I have a server with Windows 2003 Server 32 bit and 10 GB of memory (I
> use physical address extension).
>
> I would like to set my SQL Server 2005 server (standard edition) to
> use 8GB, instead of the 1.6 max it uses today. I searched the posts
> but am still confused. What is the recommended way to accomplish
> this? Do I need to enable AWE? Set the min/max server memory?
>
> Thank you
> CD



  Réponse avec citation
Vieux 18/07/2008, 15h25   #6
Andrew J. Kelly
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: How to set server to use all 8GB

You need to turn on AWE and set your max memory to no more than 8GB.

--
Andrew J. Kelly SQL MVP
Solid Quality Mentors


"CD" <crbd98@yahoo.com> wrote in message
news:4cd2634c-f470-4f0f-aa07-20ed8108ba78@u6g2000prc.googlegroups.com...
> Hello All,
>
> I have a server with Windows 2003 Server 32 bit and 10 GB of memory (I
> use physical address extension).
>
> I would like to set my SQL Server 2005 server (standard edition) to
> use 8GB, instead of the 1.6 max it uses today. I searched the posts
> but am still confused. What is the recommended way to accomplish
> this? Do I need to enable AWE? Set the min/max server memory?
>
> Thank you
> CD


  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 07h38.


Édité par : vBulletin® version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,11723 seconds with 14 queries