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
|
uses: coursier/setup-action@v1
|
||||||
|
|
||||||
- name: Create the Pekko site
|
- 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
|
- name: Run Link Validator
|
||||||
run: cs launch net.runne::site-link-validator:0.2.2 -- scripts/link-validator.conf
|
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
|
# This is used to configure the sbt instance in CI
|
||||||
|
|
||||||
-XX:+UseG1GC
|
-XX:+UseG1GC
|
||||||
-Xms3G
|
-Xms4G
|
||||||
-Xmx3G
|
-Xmx4G
|
||||||
-Xss2M
|
-Xss2M
|
||||||
-XX:+AlwaysActAsServerClassMachine
|
-XX:+AlwaysActAsServerClassMachine
|
||||||
-XX:ReservedCodeCacheSize=256m
|
-XX:ReservedCodeCacheSize=256m
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue