mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-04 08:31:30 +00:00
[FIR] Enable huge-pages for FIR modularzied test
This commit is contained in:
@@ -47,7 +47,7 @@ projectTest {
|
||||
jvmArgs!!.removeIf { it.contains("-Xmx") }
|
||||
maxHeapSize = "8g"
|
||||
minHeapSize = "4g"
|
||||
jvmArgs("-XX:+UseCompressedOops", "-XX:+AlwaysPreTouch")
|
||||
jvmArgs("-XX:+UseCompressedOops", "-XX:+AlwaysPreTouch", "-XX:+UseTransparentHugePages")
|
||||
dependsOn(":dist")
|
||||
|
||||
run {
|
||||
|
||||
Reference in New Issue
Block a user