From 470df8e7e65f8f389c4e3681ecbf8cd4ae2a5a74 Mon Sep 17 00:00:00 2001 From: granny Date: Sun, 25 May 2025 14:39:22 -0700 Subject: [PATCH] will this bandaid fix work? --- build.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle.kts b/build.gradle.kts index 2702101e2..b7ff36c8c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -46,6 +46,7 @@ subprojects { options.release = 21 options.isFork = true options.compilerArgs.addAll(listOf("-Xlint:-deprecation", "-Xlint:-removal")) + options.forkOptions.memoryMaximumSize = "4g" } tasks.withType { options.encoding = Charsets.UTF_8.name()