From 00aeb308b221acb972e771cc82f5c7f18faacf3f Mon Sep 17 00:00:00 2001 From: Alessandro Solimando Date: Mon, 22 Jul 2024 15:42:29 +0200 Subject: [PATCH] More memory but less than actual --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 2480acbeec19..b88c16cb6f43 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # -org.gradle.jvmargs=-XX:+UseG1GC -Xmx512m -XX:MaxMetaspaceSize=512m +org.gradle.jvmargs=-XX:+UseG1GC -Xmx768m -XX:MaxMetaspaceSize=512m org.gradle.parallel=true # Build cache can be disabled with --no-build-cache option org.gradle.caching=true