|
|
|
SSC Journeyman
      
Group: General Forum Members
Last Login: Friday, June 03, 2011 4:58 PM
Points: 88,
Visits: 191
|
|
There is one requirement that I have to edit boot.ini file and make /3GB switch on in Vista . I am not able to do that. I am a sql server DBA and I used to do this when I used to use win2000 and XP.
-MJ
-MJ Please do not print mails and docx unless it is absolutely necessary. Spread environmental awareness.
|
|
|
|
|
SSC-Dedicated
           
Group: General Forum Members
Last Login: Today @ 2:33 PM
Points: 37,741,
Visits: 30,019
|
|
MichaelJasson (6/30/2009)
There is one requirement that I have to edit boot.ini file and make /3GB switch on in Vista  .
Why do you want to do that?
Gail Shaw Microsoft Certified Master: SQL Server 2008, MVP SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
We walk in the dark places no others will enter We stand on the bridge and no one may pass
|
|
|
|
|
SSCarpal Tunnel
       
Group: General Forum Members
Last Login: Friday, May 17, 2013 11:21 AM
Points: 4,317,
Visits: 9,216
|
|
I wouldn't think you would want to do that on Vista. If you are running on x86 hardware, then the maximum memory you are going to be able to address is 3GB. Setting that switch won't leave any memory to the OS.
If you are running x64 - that switch won't do anything anyways.
So, I'm with Gail on this one - why do you want to do this?
Jeffrey Williams Problems are opportunites brilliantly disguised as insurmountable obstacles.
How to post questions to get better answers faster Managing Transaction Logs
|
|
|
|
|
SSC Veteran
      
Group: General Forum Members
Last Login: Thursday, July 26, 2012 10:06 AM
Points: 267,
Visits: 385
|
|
try BCDEdit.exe or Bootmgr.exe
Abhay Chaudhary Sr.DBA (MCITP/MCTS :SQL Server 2005/2008 ,OCP 9i)
|
|
|
|
|
SSC Journeyman
      
Group: General Forum Members
Last Login: Friday, June 03, 2011 4:58 PM
Points: 88,
Visits: 191
|
|
Thanks for your response SSCrazy and Gail.
The reason I want to do that is that my application is running very slow. I want to allocate more memory to sql server because page reads/sec and page writes/sec are really havoc.
/3GB would help me allocating one GB more to sql server and would help increasing the cache/Buffer by 1 GB.
I think Cache and Buffer are same thing. Correct me if I am wrong.
-MJ
-MJ Please do not print mails and docx unless it is absolutely necessary. Spread environmental awareness.
|
|
|
|
|
SSC Veteran
      
Group: General Forum Members
Last Login: Thursday, July 26, 2012 10:06 AM
Points: 267,
Visits: 385
|
|
Cache is inside the buffer Pool ..its a subset .
Abhay Chaudhary Sr.DBA (MCITP/MCTS :SQL Server 2005/2008 ,OCP 9i)
|
|
|
|
|
SSC-Dedicated
           
Group: General Forum Members
Last Login: Today @ 2:33 PM
Points: 37,741,
Visits: 30,019
|
|
MichaelJasson (7/2/2009) The reason I want to do that is that my application is running very slow. I want to allocate more memory to sql server because page reads/sec and page writes/sec are really havoc.
But we're talking a client OS. Doing this on a server that's dedicated to SQL is one thing, doing it on a client OS (especially one as memory-hungry as Vista) is something completely different.
Where is the SQL server that your app is using? One the Vista machine? If so, I recommend you move it to a proper server environment.
Gail Shaw Microsoft Certified Master: SQL Server 2008, MVP SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
We walk in the dark places no others will enter We stand on the bridge and no one may pass
|
|
|
|
|
SSC Journeyman
      
Group: General Forum Members
Last Login: Friday, June 03, 2011 4:58 PM
Points: 88,
Visits: 191
|
|
Thanks. Following link defines well about buffer pool and cache. Should I use the files you gave me to enable /3GB switch. Can you give me any link which tells me that I can use them as I am going to do this on a production server.
-MJ Please do not print mails and docx unless it is absolutely necessary. Spread environmental awareness.
|
|
|
|
|
SSC-Dedicated
           
Group: General Forum Members
Last Login: Today @ 2:33 PM
Points: 37,741,
Visits: 30,019
|
|
MichaelJasson (7/2/2009) Can you give me any link which tells me that I can use them as I am going to do this on a production server.
A production server running Vista? You sure?
Before you add anything, can you maybe give some more info as to exact OS version, SQL server, amount of memory in the server and 32 bit or 64 bit?
Gail Shaw Microsoft Certified Master: SQL Server 2008, MVP SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
We walk in the dark places no others will enter We stand on the bridge and no one may pass
|
|
|
|
|
SSC Journeyman
      
Group: General Forum Members
Last Login: Friday, June 03, 2011 4:58 PM
Points: 88,
Visits: 191
|
|
Yes this is on Vista. My TL took a decision to have this on Vista and not Microsoft sql server 2008 which we proposed. I was not able to convince him with facts. Do you have any doc which informs me that this should not be on Vista.
My sql server version is as follows: Microsoft SQL Server 2008 (SP1) - 10.0.2714.0 (X64) May 14 2009 16:08:52 Copyright (c) 1988-2008 Microsoft Corporation Enterprise Edition (64-bit) on Windows NT 6.0 (Build 6002: Service Pack 2) (VM)
I used DBCC MEMORYSTATUS and found many results. Out of which following gives enough information:
Available Physical Memory 342089728 Available Virtual Memory 844 Available Paging File 234 Working Set 133296128 Percent of Committed Memory in WS 100 Page Faults 5060377223231 System physical memory high 1 System physical memory low 0 Process physical memory low 0 Process virtual memory low 0
-MJ Please do not print mails and docx unless it is absolutely necessary. Spread environmental awareness.
|
|
|
|