We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74a755d commit 1d096c3Copy full SHA for 1d096c3
runtime/admin/build.gradle.kts
@@ -89,6 +89,9 @@ artifacts {
89
}
90
91
tasks.named<Test>("test").configure {
92
+ maxParallelForks = 4
93
+ // enlarge the max heap size to avoid out of memory error
94
+ maxHeapSize = "4g"
95
// Silence the 'OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader
96
// classes because bootstrap classpath has been appended' warning from OpenJDK.
97
jvmArgs("-Xshare:off")
0 commit comments