From 333aaec1e3a544b7f5571eee3ca4a56800e95a55 Mon Sep 17 00:00:00 2001 From: Sebastiaan Janssen Date: Thu, 12 Nov 2020 11:52:45 +0100 Subject: [PATCH] Might fix running out of memory? --- .github/workflows/codeql-analysis.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index b42328b126..f446c4cf7e 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -42,7 +42,13 @@ jobs: # ✏️ If the Autobuild fails above, remove it and uncomment the following three lines # and modify them (or add more) to build your code if your project # uses a compiled language - + + - name: configure Pagefile + uses: al-cheb/configure-pagefile-action@v1.2 + with: + minimum-size: 8GB + maximum-size: 32GB + - run: | echo "Run Umbraco-CMS build" pwsh -command .\build\build.ps1