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.setup > Utilizing more server memory
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
ms.sqlserver.setup Questions about SQL Server.

Utilizing more server memory

Réponse
 
LinkBack Outils de la discussion
Vieux 20/09/2006, 13h47   #1
Simon
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Utilizing more server memory

I have a dual processor server with 4G of memory. However SQL 2000 is only
using 1.7G. I have looked at sp_configure to get SQL to use more memory but I
don`t seem to get better than 1.7G. Why is this ? What is the easiest way to
increase the memory used by SQL ?

Thanks

Si
  Réponse avec citation
Vieux 20/09/2006, 14h39   #2
Keith Kratochvil
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Utilizing more server memory

From the "Maximum Capacity Specifications" within Books Online:
SQL 2k Standard Edition only supports 2GB of RAM.
SQL2k EE supports up to 64GB of RAM under the appropriate Operating System.

--
Keith Kratochvil


"Simon" <Simon@discussions.microsoft.com> wrote in message
news:FFAA80F9-D096-4045-8013-E32F0F6EC6B7@microsoft.com...
>I have a dual processor server with 4G of memory. However SQL 2000 is only
> using 1.7G. I have looked at sp_configure to get SQL to use more memory
> but I
> don`t seem to get better than 1.7G. Why is this ? What is the easiest way
> to
> increase the memory used by SQL ?
>
> Thanks
>
> Si



  Réponse avec citation
Vieux 20/09/2006, 14h48   #3
Simon
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Utilizing more server memory

I have Enterprise edition though. But it still maxes out at 1.7G.

Do I have to have the /3GB switch in the boot.ini ?

"Keith Kratochvil" wrote:

> From the "Maximum Capacity Specifications" within Books Online:
> SQL 2k Standard Edition only supports 2GB of RAM.
> SQL2k EE supports up to 64GB of RAM under the appropriate Operating System.
>
> --
> Keith Kratochvil
>
>
> "Simon" <Simon@discussions.microsoft.com> wrote in message
> news:FFAA80F9-D096-4045-8013-E32F0F6EC6B7@microsoft.com...
> >I have a dual processor server with 4G of memory. However SQL 2000 is only
> > using 1.7G. I have looked at sp_configure to get SQL to use more memory
> > but I
> > don`t seem to get better than 1.7G. Why is this ? What is the easiest way
> > to
> > increase the memory used by SQL ?
> >
> > Thanks
> >
> > Si

>
>
>

  Réponse avec citation
Vieux 20/09/2006, 14h57   #4
Immy
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Utilizing more server memory

what is your OS version?
"Simon" <Simon@discussions.microsoft.com> wrote in message
news86C6528-C966-42D1-9D8A-BBD32A7F8527@microsoft.com...
>I have Enterprise edition though. But it still maxes out at 1.7G.
>
> Do I have to have the /3GB switch in the boot.ini ?
>
> "Keith Kratochvil" wrote:
>
>> From the "Maximum Capacity Specifications" within Books Online:
>> SQL 2k Standard Edition only supports 2GB of RAM.
>> SQL2k EE supports up to 64GB of RAM under the appropriate Operating
>> System.
>>
>> --
>> Keith Kratochvil
>>
>>
>> "Simon" <Simon@discussions.microsoft.com> wrote in message
>> news:FFAA80F9-D096-4045-8013-E32F0F6EC6B7@microsoft.com...
>> >I have a dual processor server with 4G of memory. However SQL 2000 is
>> >only
>> > using 1.7G. I have looked at sp_configure to get SQL to use more memory
>> > but I
>> > don`t seem to get better than 1.7G. Why is this ? What is the easiest
>> > way
>> > to
>> > increase the memory used by SQL ?
>> >
>> > Thanks
>> >
>> > Si

>>
>>
>>



  Réponse avec citation
Vieux 20/09/2006, 15h03   #5
Keith Kratochvil
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Utilizing more server memory

What OS are you running?

Open Books Online and choose "Go" from the menu.
Enter this into the url line:
mk:@MSITStore:C:\Program%20Files\Microsoft%20SQL%2 0Server\80\Tools\Books\architec.chm::/8_ar_sa_6b3k.htm

The page that is displayed will be: Using AWE Memory on Windows 2000

You should add /3GB or /PAE to the boot ini. You will also need to
configure SQL Server to use the additional memory via sp_configure and the
'awe enabled' option.

--
Keith Kratochvil


"Simon" <Simon@discussions.microsoft.com> wrote in message
news86C6528-C966-42D1-9D8A-BBD32A7F8527@microsoft.com...
>I have Enterprise edition though. But it still maxes out at 1.7G.
>
> Do I have to have the /3GB switch in the boot.ini ?
>
> "Keith Kratochvil" wrote:
>
>> From the "Maximum Capacity Specifications" within Books Online:
>> SQL 2k Standard Edition only supports 2GB of RAM.
>> SQL2k EE supports up to 64GB of RAM under the appropriate Operating
>> System.
>>
>> --
>> Keith Kratochvil
>>
>>
>> "Simon" <Simon@discussions.microsoft.com> wrote in message
>> news:FFAA80F9-D096-4045-8013-E32F0F6EC6B7@microsoft.com...
>> >I have a dual processor server with 4G of memory. However SQL 2000 is
>> >only
>> > using 1.7G. I have looked at sp_configure to get SQL to use more memory
>> > but I
>> > don`t seem to get better than 1.7G. Why is this ? What is the easiest
>> > way
>> > to
>> > increase the memory used by SQL ?
>> >
>> > Thanks
>> >
>> > Si

>>
>>
>>



  Réponse avec citation
Vieux 20/09/2006, 15h14   #6
Simon
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Utilizing more server memory

I am using Windwos 2003.

Is it worth enabling AWE for a 4G server though ? I thought it need to be
more than 4G to make it worthwhile.

I have already changed the setting in sp_configure.

"Keith Kratochvil" wrote:

> What OS are you running?
>
> Open Books Online and choose "Go" from the menu.
> Enter this into the url line:
> mk:@MSITStore:C:\Program%20Files\Microsoft%20SQL%2 0Server\80\Tools\Books\architec.chm::/8_ar_sa_6b3k.htm
>
> The page that is displayed will be: Using AWE Memory on Windows 2000
>
> You should add /3GB or /PAE to the boot ini. You will also need to
> configure SQL Server to use the additional memory via sp_configure and the
> 'awe enabled' option.
>
> --
> Keith Kratochvil
>
>
> "Simon" <Simon@discussions.microsoft.com> wrote in message
> news86C6528-C966-42D1-9D8A-BBD32A7F8527@microsoft.com...
> >I have Enterprise edition though. But it still maxes out at 1.7G.
> >
> > Do I have to have the /3GB switch in the boot.ini ?
> >
> > "Keith Kratochvil" wrote:
> >
> >> From the "Maximum Capacity Specifications" within Books Online:
> >> SQL 2k Standard Edition only supports 2GB of RAM.
> >> SQL2k EE supports up to 64GB of RAM under the appropriate Operating
> >> System.
> >>
> >> --
> >> Keith Kratochvil
> >>
> >>
> >> "Simon" <Simon@discussions.microsoft.com> wrote in message
> >> news:FFAA80F9-D096-4045-8013-E32F0F6EC6B7@microsoft.com...
> >> >I have a dual processor server with 4G of memory. However SQL 2000 is
> >> >only
> >> > using 1.7G. I have looked at sp_configure to get SQL to use more memory
> >> > but I
> >> > don`t seem to get better than 1.7G. Why is this ? What is the easiest
> >> > way
> >> > to
> >> > increase the memory used by SQL ?
> >> >
> >> > Thanks
> >> >
> >> > Si
> >>
> >>
> >>

>
>
>

  Réponse avec citation
Vieux 20/09/2006, 15h21   #7
Immy
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Utilizing more server memory

OK - so assuming its standard edition, it supports 4GB.
Check this link out for exactly how to do what you want -
http://support.microsoft.com/kb/274750/
But, I tend to agree with you, for the extra 1GB - I'm not so sure i'd go
messing around with the OS.

Immy

"Simon" <Simon@discussions.microsoft.com> wrote in message
news:4F31F562-88F7-441C-8C9D-702849E5A141@microsoft.com...
>I am using Windwos 2003.
>
> Is it worth enabling AWE for a 4G server though ? I thought it need to be
> more than 4G to make it worthwhile.
>
> I have already changed the setting in sp_configure.
>
> "Keith Kratochvil" wrote:
>
>> What OS are you running?
>>
>> Open Books Online and choose "Go" from the menu.
>> Enter this into the url line:
>> mk:@MSITStore:C:\Program%20Files\Microsoft%20SQL%2 0Server\80\Tools\Books\architec.chm::/8_ar_sa_6b3k.htm
>>
>> The page that is displayed will be: Using AWE Memory on Windows 2000
>>
>> You should add /3GB or /PAE to the boot ini. You will also need to
>> configure SQL Server to use the additional memory via sp_configure and
>> the
>> 'awe enabled' option.
>>
>> --
>> Keith Kratochvil
>>
>>
>> "Simon" <Simon@discussions.microsoft.com> wrote in message
>> news86C6528-C966-42D1-9D8A-BBD32A7F8527@microsoft.com...
>> >I have Enterprise edition though. But it still maxes out at 1.7G.
>> >
>> > Do I have to have the /3GB switch in the boot.ini ?
>> >
>> > "Keith Kratochvil" wrote:
>> >
>> >> From the "Maximum Capacity Specifications" within Books Online:
>> >> SQL 2k Standard Edition only supports 2GB of RAM.
>> >> SQL2k EE supports up to 64GB of RAM under the appropriate Operating
>> >> System.
>> >>
>> >> --
>> >> Keith Kratochvil
>> >>
>> >>
>> >> "Simon" <Simon@discussions.microsoft.com> wrote in message
>> >> news:FFAA80F9-D096-4045-8013-E32F0F6EC6B7@microsoft.com...
>> >> >I have a dual processor server with 4G of memory. However SQL 2000 is
>> >> >only
>> >> > using 1.7G. I have looked at sp_configure to get SQL to use more
>> >> > memory
>> >> > but I
>> >> > don`t seem to get better than 1.7G. Why is this ? What is the
>> >> > easiest
>> >> > way
>> >> > to
>> >> > increase the memory used by SQL ?
>> >> >
>> >> > Thanks
>> >> >
>> >> > Si
>> >>
>> >>
>> >>

>>
>>
>>



  Réponse avec citation
Vieux 20/09/2006, 18h17   #8
Arnie Rowland
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Utilizing more server memory

Memory below 4 GB is not usable for AWE. Use only the /3GB switch. And
extend the Server Max Memory configuration setting.

See:

Memory -AWE, Not usable < 4GB
http://download.microsoft.com/downlo...dv64BitEnv.doc


--
Arnie Rowland, Ph.D.
Westwood Consulting, Inc

Most good judgment comes from experience.
Most experience comes from bad judgment.
- Anonymous


"Immy" <therealasianbabe@hotmail.com> wrote in message
news:uNjKKAM3GHA.4484@TK2MSFTNGP02.phx.gbl...
> OK - so assuming its standard edition, it supports 4GB.
> Check this link out for exactly how to do what you want -
> http://support.microsoft.com/kb/274750/
> But, I tend to agree with you, for the extra 1GB - I'm not so sure i'd go
> messing around with the OS.
>
> Immy
>
> "Simon" <Simon@discussions.microsoft.com> wrote in message
> news:4F31F562-88F7-441C-8C9D-702849E5A141@microsoft.com...
>>I am using Windwos 2003.
>>
>> Is it worth enabling AWE for a 4G server though ? I thought it need to be
>> more than 4G to make it worthwhile.
>>
>> I have already changed the setting in sp_configure.
>>
>> "Keith Kratochvil" wrote:
>>
>>> What OS are you running?
>>>
>>> Open Books Online and choose "Go" from the menu.
>>> Enter this into the url line:
>>> mk:@MSITStore:C:\Program%20Files\Microsoft%20SQL%2 0Server\80\Tools\Books\architec.chm::/8_ar_sa_6b3k.htm
>>>
>>> The page that is displayed will be: Using AWE Memory on Windows 2000
>>>
>>> You should add /3GB or /PAE to the boot ini. You will also need to
>>> configure SQL Server to use the additional memory via sp_configure and
>>> the
>>> 'awe enabled' option.
>>>
>>> --
>>> Keith Kratochvil
>>>
>>>
>>> "Simon" <Simon@discussions.microsoft.com> wrote in message
>>> news86C6528-C966-42D1-9D8A-BBD32A7F8527@microsoft.com...
>>> >I have Enterprise edition though. But it still maxes out at 1.7G.
>>> >
>>> > Do I have to have the /3GB switch in the boot.ini ?
>>> >
>>> > "Keith Kratochvil" wrote:
>>> >
>>> >> From the "Maximum Capacity Specifications" within Books Online:
>>> >> SQL 2k Standard Edition only supports 2GB of RAM.
>>> >> SQL2k EE supports up to 64GB of RAM under the appropriate Operating
>>> >> System.
>>> >>
>>> >> --
>>> >> Keith Kratochvil
>>> >>
>>> >>
>>> >> "Simon" <Simon@discussions.microsoft.com> wrote in message
>>> >> news:FFAA80F9-D096-4045-8013-E32F0F6EC6B7@microsoft.com...
>>> >> >I have a dual processor server with 4G of memory. However SQL 2000
>>> >> >is
>>> >> >only
>>> >> > using 1.7G. I have looked at sp_configure to get SQL to use more
>>> >> > memory
>>> >> > but I
>>> >> > don`t seem to get better than 1.7G. Why is this ? What is the
>>> >> > easiest
>>> >> > way
>>> >> > to
>>> >> > increase the memory used by SQL ?
>>> >> >
>>> >> > Thanks
>>> >> >
>>> >> > Si
>>> >>
>>> >>
>>> >>
>>>
>>>
>>>

>
>



  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 13h15.


É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,17741 seconds with 16 queries