benchmark: Java max heap

This commit is contained in:
Daniel Langbein 2025-01-09 11:53:38 +00:00
parent baa0a44b34
commit 88f8df3c07
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -50,6 +50,8 @@ tasks.register<JavaExec>("runCbmCgl") {
group = "application"
classpath = sourceSets["main"].runtimeClasspath
mainClass = "de.uni_marburg.powersort.benchmark.CbmCgl"
// Results in `-Xmx8g` being passed to JVM
maxHeapSize = "8g"
}
tasks.register<JavaExec>("runCbmCompetition") {
description = "Run Custom Benchmark (CBM) with Powersort competition lists"