From d320d90114596597c0ed78bf75abcd095d40932d Mon Sep 17 00:00:00 2001 From: simon Date: Sat, 30 Aug 2014 14:33:13 +0100 Subject: [PATCH] Increased memory limit, in attempt to process larger worlds - may be too much. --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index a6b5bef..038a3da 100644 --- a/project.clj +++ b/project.clj @@ -8,7 +8,7 @@ "build-signature-timestamp" "unset" "Implementation-Version" "unset" } - :jvm-opts ["-Xmx2g"] + :jvm-opts ["-Xmx4g"] :license {:name "GNU General Public License v2" :url "http://www.gnu.org/licenses/gpl-2.0.html"} :plugins [[lein-marginalia "0.7.1"]