pekko/.jvmopts-ci

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
324 B
Text
Raw Normal View History

# This is used to configure the sbt instance in CI
2019-01-02 13:56:33 +01:00
-XX:+UseG1GC
-Xms3G
-Xmx3G
2019-01-02 13:56:33 +01:00
-Xss2M
-XX:+AlwaysActAsServerClassMachine
2019-01-02 13:56:33 +01:00
-XX:ReservedCodeCacheSize=256m
-XX:MaxGCPauseMillis=750
-XX:+UseCompressedOops
-XX:MetaspaceSize=512M
-XX:-ClassUnloadingWithConcurrentMark
-Djava.security.egd=file:/dev/./urandom
-Dpekko.ci-server=true