mirror of https://github.com/sbt/sbt.git
Merge pull request #6133 from eatkins/bump-ci-heap-space
Bump max heap size in ci
This commit is contained in:
commit
50b8391ea2
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
jobtype: 5
|
||||
runs-on: ${{ matrix.os }}
|
||||
env:
|
||||
JAVA_OPTS: -Xms800M -Xmx800M -Xss6M -XX:ReservedCodeCacheSize=128M -server -Dsbt.io.virtual=false -Dfile.encoding=UTF-8
|
||||
JAVA_OPTS: -Xms800M -Xmx2G -Xss6M -XX:ReservedCodeCacheSize=128M -server -Dsbt.io.virtual=false -Dfile.encoding=UTF-8
|
||||
SCALA_212: 2.12.12
|
||||
SCALA_213: 2.13.1
|
||||
UTIL_TESTS: utilCache/test;utilControl/test;utilInterface/test;utilLogging/test;utilPosition/test;utilRelation/test;utilScripted/test;utilTracking/test
|
||||
|
|
|
|||
Loading…
Reference in New Issue