provide more memory to sbt jobs (#1176)
This commit is contained in:
parent
7ce503e92e
commit
baedbe61d8
2 changed files with 5 additions and 3 deletions
4
.github/workflows/link-validator.yml
vendored
4
.github/workflows/link-validator.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue