Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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>