Skip to content

Commit 2f6e7d3

Browse files
committed
Force pagefile to 32GB
1 parent 4dabd2e commit 2f6e7d3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,13 @@ jobs:
9595
PROJECT_DIRECTORY: tooling/ProjectTemplate
9696

9797
steps:
98+
- name: Configure Pagefile
99+
uses: al-cheb/[email protected]
100+
with:
101+
minimum-size: 32GB
102+
maximum-size: 32GB
103+
disk-root: "C:"
104+
98105
- name: Install .NET SDK v${{ env.DOTNET_VERSION }}
99106
uses: actions/setup-dotnet@v3
100107
with:

0 commit comments

Comments
 (0)