Size (microsoft-windows-setup-pagefile-size)

Size specifies the size, in megabytes, of the page file to create for PageFile.

Values

size_of_the_page_file_in_megabytes

Specifies the size of the page file to create, in megabytes.

If this value is set, but there is no path specified to a page file, this value is applied to the default page file on the computer.

Valid Configuration Passes

windowsPE

Parent Hierarchy

microsoft-windows-setup- | PageFile | Size

Applies To

For the list of the supported Windows editions and architectures that this component supports, see microsoft-windows-setup-.

XML Example

The following XML output shows how to create a page file.

<PageFile>
   <Path>%WINDIR%\MyPagefile.sys</Path>
   <Size>512</Size>
</PageFile>

PageFile