Skip to content

Commit

Permalink
Increase windows runner pagefile to 32gb
Browse files Browse the repository at this point in the history
  • Loading branch information
lemois-1337 committed Aug 26, 2024
1 parent 75d4ccf commit 32a6946
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/SetPageFileSize.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
#>

param(
[System.UInt64] $MinimumSize = 16gb ,
[System.UInt64] $MaximumSize = 16gb ,
[System.UInt64] $MinimumSize = 32gb ,
[System.UInt64] $MaximumSize = 32gb ,
[System.String] $DiskRoot = "D:"
)

Expand Down Expand Up @@ -193,4 +193,4 @@ namespace Util
Add-Type -TypeDefinition $source

# Set SetPageFileSize
[Util.PageFile]::SetPageFileSize($minimumSize, $maximumSize, $diskRoot)
[Util.PageFile]::SetPageFileSize($minimumSize, $maximumSize, $diskRoot)

0 comments on commit 32a6946

Please sign in to comment.