Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 013fc8f

Browse files
committedSep 29, 2022
Fix pagefile settings.
1 parent d0bcea5 commit 013fc8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/static.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242
- name: Configure pagefile
4343
uses: al-cheb/configure-pagefile-action@v1.2
4444
with:
45-
minimum-size: 10GB
46-
maximum-size: 12GB
45+
minimum-size: 5GB
46+
maximum-size: 7GB
4747
- name: Download docfx
4848
run: |
4949
$client = new-object System.Net.WebClient

0 commit comments

Comments
 (0)
Please sign in to comment.