diff --git a/.github/workflows/publish-1.0-docs.yml b/.github/workflows/publish-1.0-docs.yml index 8e95e087..aafe5bbb 100644 --- a/.github/workflows/publish-1.0-docs.yml +++ b/.github/workflows/publish-1.0-docs.yml @@ -24,6 +24,7 @@ jobs: - name: Build Documentation run: |- + cp .jvmopts-ci .jvmopts sbt "set ThisBuild / version := \"1.0.2\"; docs/paradox; unidoc" # Create directory structure upfront since rsync does not create intermediate directories otherwise diff --git a/.jvmopts-ci b/.jvmopts-ci index aa095092..880cf38e 100644 --- a/.jvmopts-ci +++ b/.jvmopts-ci @@ -2,3 +2,6 @@ -Dfile.encoding=UTF8 -Dsbt.color=always +-XX:+UseG1GC +-Xms4G +-Xmx4G