Compare commits

...

4 Commits

Author SHA1 Message Date
simon.ogorodnik
f23307d186 Revert "[FIR] Enable huge-pages for FIR modularzied test"
This reverts commit 1f9bc985
2020-02-05 18:04:15 +03:00
simon.ogorodnik
1f9bc98557 [FIR] Enable huge-pages for FIR modularzied test 2020-02-04 18:04:59 +03:00
simon.ogorodnik
bca9305080 [FIR] Enable AlwaysPreTouch & CompressedOops 2020-01-31 19:09:38 +03:00
simon.ogorodnik
3b240ed3ac [FIR] Use -Xms for modularized test to improve time stability 2020-01-31 16:22:03 +03:00

View File

@@ -46,6 +46,8 @@ projectTest {
workingDir = rootDir
jvmArgs!!.removeIf { it.contains("-Xmx") }
maxHeapSize = "8g"
minHeapSize = "4g"
jvmArgs("-XX:+UseCompressedOops", "-XX:+AlwaysPreTouch")
dependsOn(":dist")
run {