Increased memory limit, in attempt to process larger worlds - may be too much.

This commit is contained in:
simon 2014-08-30 14:33:13 +01:00
parent c96142a973
commit d320d90114

View file

@ -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"]