From f206a0a848e49abf7f093e88ced1674674802f06 Mon Sep 17 00:00:00 2001 From: Pascal Christoph Date: Tue, 23 May 2023 15:14:33 +0200 Subject: [PATCH] Increase maximum of memory allocation pool to 6GB (#116) This may improve performance. --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 6187b23..2bc3ec0 100644 --- a/project.clj +++ b/project.clj @@ -138,4 +138,4 @@ :prep-tasks ["compile" ["release"]]}} :prep-tasks [] - :jvm-opts ["-Dclojure.tools.logging.factory=clojure.tools.logging.impl/slf4j-factory"]) + :jvm-opts ["-Dclojure.tools.logging.factory=clojure.tools.logging.impl/slf4j-factory" "-Xmx6g"])