From f4344fa28ac3130bb0a74e2d289cdf504be4dd39 Mon Sep 17 00:00:00 2001 From: Richard Newman Date: Fri, 19 Aug 2016 09:20:50 -0700 Subject: [PATCH] Bump JVM stack size to 4MB and eliminate tiered compilation. This allows CLJS compilation to complete for complex go-pair forms. See for more details. --- project.clj | 1 + 1 file changed, 1 insertion(+) diff --git a/project.clj b/project.clj index 9468470c..1b49ccb1 100644 --- a/project.clj +++ b/project.clj @@ -48,6 +48,7 @@ [org.clojure/tools.nrepl "0.2.10"] [org.clojure/java.jdbc "0.6.2-alpha1"] [org.xerial/sqlite-jdbc "3.8.11.2"]] + :jvm-opts ["-Xss4m"] :repl-options {:nrepl-middleware [cemerick.piggieback/wrap-cljs-repl]} :plugins [[lein-cljsbuild "1.1.3"] [lein-doo "0.1.6"]]