Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mainnet karlsenhashv2 #54

Merged
Changes from 1 commit
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Increase windows runner pagefile to 32gb
  • Loading branch information
lemois-1337 committed Aug 26, 2024
commit 32a6946480e86553c94e949e02aa2859ec4fb8f9
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)