Skip to content

Commit

Permalink
Remove those magic jvm-opts
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin committed May 2, 2015
1 parent af93120 commit e1eb7dc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@

:dependencies [[org.clojure/clojure "1.6.0" :scope "provided"]
[org.clojure/clojurescript "0.0-3196" :scope "provided"]]

:jvm-opts ^:replace ["-Xms512m" "-Xmx512m" "-server"]


:clean-targets ["out"]
:plugins [[lein-cljsbuild "1.0.4"]
[lein-cljfmt "0.1.7"]]
Expand Down

0 comments on commit e1eb7dc

Please sign in to comment.