zorro
Is it 64 bit or 32 bit?
> 1. Can someone advise on the correct boot.ini file configuration to
> utilize
> 4GB of local memory? I'm not sure if I need the 3GB switch?
You do need 3GB switch
> 2. Once Boot.ini configured, is the only setting in SQL 2005 to modify is
> the sp_configure awe enabled config_value=1 and run_value=1 ?
AWE is for utilyze more than 4GB
Yes, unless you use 64 bit , then you do not need AWE , make sure that an
account SQL Serverc runs under is added to LockPages in Memory Local Group
Policy
> 3. Assuming nothing else is to be done to have SQL 2005 utilize more than
> the 2GB memory space, how do you verify or validate SQL 2005 is using more
> memory?
Task Manager
>I have 3 questions regarding memory configuration on a Windows Server 2003
> SP2 Enterprise Edition with SQL2005 SP2.
[quoted text clipped - 14 lines]
>
> Thanks in advance
Aaron Bertrand [SQL Server MVP] - 05 Mar 2008 15:22 GMT
>> 3. Assuming nothing else is to be done to have SQL 2005 utilize more than
>> the 2GB memory space, how do you verify or validate SQL 2005 is using
>> more
>> memory?
>
> Task Manager
Actually, I would use performance monitor. Task manager tends to
under-report what SQL Server is actually using.
Uri Dimant - 05 Mar 2008 15:30 GMT
Aaron
I agreee. I assumed the OP wants to utilize 4GB ONLY , so after adding
3GB switch you can actually observe in TM.
>>> 3. Assuming nothing else is to be done to have SQL 2005 utilize more
>>> than
[quoted text clipped - 6 lines]
> Actually, I would use performance monitor. Task manager tends to
> under-report what SQL Server is actually using.
zorro - 05 Mar 2008 18:42 GMT
Thanks Uri,
1. 32 bit Windows Server 2003 version.
2. To verify 3GB switch is needed for my 5GB physically installed RAM?
3. Also good catch on the LockPages in Memory setting within the gpedit.msc
Thanks,
zorro
> zorro
> Is it 64 bit or 32 bit?
[quoted text clipped - 36 lines]
> >
> > Thanks in advance
Linchi Shea - 06 Mar 2008 02:12 GMT
See comments inline.
Linchi
> zorro
> Is it 64 bit or 32 bit?
[quoted text clipped - 3 lines]
>
> You do need 3GB switch
Why?
> > 2. Once Boot.ini configured, is the only setting in SQL 2005 to modify is
> > the sp_configure awe enabled config_value=1 and run_value=1 ?
>
> AWE is for utilyze more than 4GB
I keep hearing that AWE is for utilizing more than 4GB. Not sure where that
comes from. Technically, it's not.
> Yes, unless you use 64 bit , then you do not need AWE , make sure that an
> account SQL Serverc runs under is added to LockPages in Memory Local Group
[quoted text clipped - 24 lines]
> >
> > Thanks in advance
Uri Dimant - 06 Mar 2008 06:59 GMT
Hi Linchi
You are right, that technically, it's not. If I have 4GB RAM and want tio
utilize 3GB for SQL Server, so I simple add switch in BOOT.INI and why
bother enabling AWE? What do you think?
> See comments inline.
>
[quoted text clipped - 56 lines]
>> >
>> > Thanks in advance