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 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>

See Also

Concepts

PageFile