Create page file first.

This commit is contained in:
Marcus Edel
2021-10-23 20:15:11 -04:00
parent 8844a3ac44
commit 65bce432cd
+2 -1
View File
@@ -9,7 +9,8 @@ steps:
# Fetch build dependencies
- powershell: |
wmic pagefile list /format:list
wmic computersystem where name="%computername%" set AutomaticManagedPagefile=false
wmic computersystem set AutomaticManagedPagefile=False
wmic pagefileset create name="C:\pagefile.sys"
wmic pagefileset where name="C:\\pagefile.sys" set InitialSize=9216,MaximumSize=12288
wmic pagefile list /format:list