Switch GC to ConcMarkSweep and add other options from IDEA defaults

This commit is contained in:
Simon Ogorodnik
2018-06-19 02:03:44 +03:00
parent 7531a103a3
commit 0ac32ae41b
+5
View File
@@ -155,6 +155,11 @@ projectTest(taskName = "performanceTest") {
maxHeapSize = "3g"
jvmArgs("-XX:SoftRefLRUPolicyMSPerMB=50")
jvmArgs(
"-XX:ReservedCodeCacheSize=240m",
"-XX:+UseCompressedOops",
"-XX:+UseConcMarkSweepGC"
)
jvmArgs("-XX:+UnlockCommercialFeatures", "-XX:+FlightRecorder")
if (hasProperty("perf.flight.recorder.override")) {