Sqlserver-dba.com

SQL Server – Windows Virtual memory and paging file location

SQL Server,  Windows Virtual memory and paging file location  require some configuration changes to optimise perormance

 On Windows 2008  ,there is an option to Automatically manage paging file size for all drives.

It’s the default configuration for Windows.

Virtual memory 

SQL Server doesn’t need the page file, but other Windows Services use the paging file.

In the event of a severe SQL Server crash – a paging file size of 2 GB is useful to capture a crash dump file.

200 MB is required for a Kernel dump

Pagefile = RAM for a complete dump

 

The pagefile performance steps I take are:

 1)  Ceate a dedicated drive on  a local disk.

2) Uncheck the "Automatically manage paging file size for all drives"

3) Select "Custom size".

4) Set the appropriate value

5) The drive should be a dedicated drive and not on C:\ , assisting in decreasing pressure

Author: Jack Vamvas (http://www.sqlserver-dba.com)

Author: Jack Vamvas (http://www.sqlserver-dba.com)

Verify your Comment

Previewing your Comment

This is only a preview. Your comment has not yet been posted.

Working...
Your comment could not be posted. Error type:
Your comment has been posted. Post another comment

The letters and numbers you entered did not match the image. Please try again.

As a final step before posting your comment, enter the letters and numbers you see in the image below. This prevents automated programs from posting comments.

Having trouble reading this image? View an alternate.

Working...

Post a comment


sqlserver-dba.com | SQL Server Performance Tuning | SQL Server DBA:Everything | FAQ | Contact