Change soft refs policy

This commit is contained in:
Simon Ogorodnik
2018-04-02 18:03:23 +03:00
parent 94c8a18f10
commit 3221900f69
+1
View File
@@ -155,6 +155,7 @@ projectTest(taskName = "performanceTest") {
jvmArgs.removeAll { it.startsWith("-Xmx") }
maxHeapSize = "3g"
jvmArgs("-XX:SoftRefLRUPolicyMSPerMB=50")
doFirst {
systemProperty("idea.home.path", intellijRootDir().canonicalPath)