provide more memory to sbt jobs (#1176)

This commit is contained in:
PJ Fanning 2024-03-04 20:33:10 +01:00 committed by GitHub
parent 7ce503e92e
commit baedbe61d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 3 deletions

View file

@ -35,7 +35,9 @@ jobs:
uses: coursier/setup-action@v1
- name: Create the Pekko site
run: sbt -Dpekko.genjavadoc.enabled=true -Dpekko.genlicensereport.enabled=true "Javaunidoc/doc; Compile/unidoc; docs/paradox"
run: |-
cp .jvmopts-ci .jvmopts
sbt -Dpekko.genjavadoc.enabled=true -Dpekko.genlicensereport.enabled=true "Javaunidoc/doc; Compile/unidoc; docs/paradox"
- name: Run Link Validator
run: cs launch net.runne::site-link-validator:0.2.2 -- scripts/link-validator.conf

View file

@ -1,8 +1,8 @@
# This is used to configure the sbt instance in CI
-XX:+UseG1GC
-Xms3G
-Xmx3G
-Xms4G
-Xmx4G
-Xss2M
-XX:+AlwaysActAsServerClassMachine
-XX:ReservedCodeCacheSize=256m