File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 2020 scala-version : 2.13.5
2121 runs-on : ubuntu-22.04
2222 env :
23- # define Java options for both official sbt and sbt-extras
24- JAVA_OPTS : -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
25- JVM_OPTS : -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
23+ # fixing this error after tests success: sbt.ForkMain failed with exit code 134
24+ # https://stackoverflow.com/questions/33287424/strange-exception-in-sbt-test
25+ JAVA_OPTS : -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -XX:+CMSClassUnloadingEnabled -XX:+UseConcMarkSweepGC -Dfile.encoding=UTF-8
26+ JVM_OPTS : -Xms2048M -Xmx2048M -Xss6M -XX:ReservedCodeCacheSize=256M -XX:+CMSClassUnloadingEnabled -XX:+UseConcMarkSweepGC -Dfile.encoding=UTF-8
2627 steps :
2728 - uses : actions/checkout@v3
2829 - uses : olafurpg/setup-scala@v13
You can’t perform that action at this time.
0 commit comments