pekko/.jvmopts-ci

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

16 lines
364 B
Text
Raw Permalink Normal View History

# This is used to configure the sbt instance in CI
2019-01-02 13:56:33 +01:00
-XX:+UseG1GC
-Xms4G
-Xmx4G
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
-Dio.netty.leakDetection.level=PARANOID