From 5db7bf7f420ec455cbcaeda000a51698409a79e5 Mon Sep 17 00:00:00 2001 From: btwonion Date: Fri, 14 Jun 2024 19:38:33 +0200 Subject: [PATCH] add more heap space --- changelog.md | 2 ++ gradle.properties | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 121a5f1..da09f31 100644 --- a/changelog.md +++ b/changelog.md @@ -2,3 +2,5 @@ - config is now in json and **NO** migration is applied! - now consists of fewer sections - see readme - telekinesis only applies to tools now + +**I was not able to test everything, so feel free to report ANY errors!** diff --git a/gradle.properties b/gradle.properties index 7d28631..bf86fb7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -org.gradle.jvmargs=-Xmx1G \ No newline at end of file +org.gradle.jvmargs=-Xmx2G \ No newline at end of file