Skip to content

Commit 1d096c3

Browse files
committed
Adopt polaris-admin test invocation
1 parent 74a755d commit 1d096c3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

runtime/admin/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ artifacts {
8989
}
9090

9191
tasks.named<Test>("test").configure {
92+
maxParallelForks = 4
93+
// enlarge the max heap size to avoid out of memory error
94+
maxHeapSize = "4g"
9295
// Silence the 'OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader
9396
// classes because bootstrap classpath has been appended' warning from OpenJDK.
9497
jvmArgs("-Xshare:off")

0 commit comments

Comments
 (0)