Skip to content

SQL Server Memory Startup Switches

EdVassie edited this page Feb 7, 2021 · 1 revision
Previous Windows Memory Rights SQL Server AWE Property Next

This section describes the SQL Server Startup switches that affect SQL Server memory management.

This section covers the following items:

A number of other SQL Server Startup Switches exist that are not relevant for SQL Server memory management.

g Switch

This switch controls the amount of memory that is bypassed by SQL Server at the bottom of the Windows memory range.

The -g Switch is only useful in a 32-bit system, and normally only needed when SQL Server uses more than 12GB memory on a 32-bit system. It is not needed on a 64-bit system. SQL Server Books Online has a good descripton of when the -g Switch may be of use.

SQL FineBuild does not automatically set the -g Switch, but it may be included in a FineBuild install by adding the following parameter:

  /TF01:g640

Top


T845 Switch

This switch allows SQL Server Standard Edition to make use of the Windows Lock Pages in Memory right. See Windows Memory Rights for more details.

SQL FineBuild will automatically apply the T845 Switch when installing SQL Server.

Top


Recommendations for SQL Server Startup Switches

The recommended settings for the Operating System Switches described on this page are given below:

  • The g Switch should only be used in the situations described in Books Online
  • The T845 Switch should always be present when using Standard Edition

Copyright FineBuild Team © 2013 - 2021. License and Acknowledgements

Previous Windows Memory Rights Top SQL Server AWE Property Next

Key SQL FineBuild Links:

SQL FineBuild supports:

  • All SQL Server versions from SQL 2019 through to SQL 2005
  • Clustered, Non-Clustered and Core implementations of server operating systems
  • Availability and Distributed Availability Groups
  • 64-bit and (where relevant) 32-bit versions of Windows

The following Windows versions are supported:

  • Windows 2022
  • Windows 11
  • Windows 2019
  • Windows 2016
  • Windows 10
  • Windows 2012 R2
  • Windows 8.1
  • Windows 2012
  • Windows 8
  • Windows 2008 R2
  • Windows 7
  • Windows 2008
  • Windows Vista
  • Windows 2003
  • Windows XP
Clone this wiki locally