mirror of
https://gitlab.uni-marburg.de/langbeid/powersort.git
synced 2025-01-21 19:50:35 +01:00
benchmark: Java max heap
This commit is contained in:
parent
baa0a44b34
commit
88f8df3c07
@ -50,6 +50,8 @@ tasks.register<JavaExec>("runCbmCgl") {
|
|||||||
group = "application"
|
group = "application"
|
||||||
classpath = sourceSets["main"].runtimeClasspath
|
classpath = sourceSets["main"].runtimeClasspath
|
||||||
mainClass = "de.uni_marburg.powersort.benchmark.CbmCgl"
|
mainClass = "de.uni_marburg.powersort.benchmark.CbmCgl"
|
||||||
|
// Results in `-Xmx8g` being passed to JVM
|
||||||
|
maxHeapSize = "8g"
|
||||||
}
|
}
|
||||||
tasks.register<JavaExec>("runCbmCompetition") {
|
tasks.register<JavaExec>("runCbmCompetition") {
|
||||||
description = "Run Custom Benchmark (CBM) with Powersort competition lists"
|
description = "Run Custom Benchmark (CBM) with Powersort competition lists"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user