Skip to content

Commit

Permalink
Increase maximum of memory allocation pool to 6GB (#116)
Browse files Browse the repository at this point in the history
This may improve performance.
  • Loading branch information
dr0i committed Jun 6, 2023
1 parent 90ec14a commit f206a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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"])

0 comments on commit f206a0a

Please sign in to comment.