From ace995cb2a25f77a65e2108f7144870edc9eebfd Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Sat, 3 Jun 2023 16:10:35 -0400 Subject: [PATCH] Add a blank line so I can make a new tag --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2c91f06..40d3c03 100644 --- a/README.md +++ b/README.md @@ -154,3 +154,4 @@ Any and all settings which affect the behavior of the generative plugin should b #### Windows related - `githubWorkflowWindowsPagefileFix` : `Option[windows.PagefileFix]` - Due to the fact that Windows is more strict in how it treats pagefile size compared to *unix systems, certain windows related workflows (typically scala-native) can run out of memory without this fix. Defaults to `Some(windows.PagefileFix(2GB,8GB))`. +