Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.
My-Random-Thoughts edited this page Oct 28, 2017 · 1 revision

drv-03-pagefile-size-location (Enabled)

Check the page file is located on the system drive and is a fixed size. The default setting is 4096MB (4GB). If the page file is larger a document detailing the tuning process used must exist and should follow Microsoft best tuning practices (http://support.microsoft.com/kb/2021748).


Input Values

  • FixedPageFileSize - Fixed size in MB of the page file|Integer
  • PageFileLocation - Drive location of the page file

Example

FixedPageFileSize = '4096'
PageFileLocation = 'C:\'

Input Descriptions

  • None

Result And Messages

  • PASS
    Pagefile is set correctly WARNING:

  • WARNING

  • FAIL
    Pagefile is system managed Pagefile is not set correctly

  • MANUAL
    Unable to get page file information, please check manually

  • NA


Applies To

  • All Servers

Required Functions

  • None
Clone this wiki locally