Skip to content

Commit

Permalink
Add -XX:+UseG1GC to :jvm-opts
Browse files Browse the repository at this point in the history
  • Loading branch information
michalmarczyk committed Mar 14, 2015
1 parent 5dd5af9 commit 1c3373c
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 @@ -10,7 +10,7 @@
"src/main/cljs"]
:test-paths ["src/test/clojure"]
:global-vars {*warn-on-reflection* true}
:jvm-opts ^:replace []
:jvm-opts ^:replace ["-XX:+UseG1GC"]
:profiles {:dev {:test-paths ["src/test_local/clojure"]
:dependencies [[org.clojure/clojurescript "0.0-3058"]
[collection-check "0.1.5"]]
Expand Down

0 comments on commit 1c3373c

Please sign in to comment.