* -XX:+AlwaysActAsServerClassMachine in CI * Remove GHExcludeTest from all tests, since we have included those in CI workflows * Exclude a few failing tests from CI * run CI with -Dakka.test.tags.exclude=gh-exclude again
14 lines
323 B
Text
14 lines
323 B
Text
# This is used to configure the sbt instance in CI
|
|
|
|
-XX:+UseG1GC
|
|
-Xms3G
|
|
-Xmx3G
|
|
-Xss2M
|
|
-XX:+AlwaysActAsServerClassMachine
|
|
-XX:ReservedCodeCacheSize=256m
|
|
-XX:MaxGCPauseMillis=750
|
|
-XX:-UseBiasedLocking
|
|
-XX:+UseCompressedOops
|
|
-XX:MetaspaceSize=512M
|
|
-XX:-ClassUnloadingWithConcurrentMark
|
|
-Djava.security.egd=file:/dev/./urandom
|