We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0f964c commit e38b066Copy full SHA for e38b066
project.clj
@@ -5,4 +5,7 @@
5
:url "https://github.com/conormcd/clj-libssh2/blob/master/LICENSE"}
6
:pedantic? :abort
7
:dependencies [[org.clojure/clojure "1.7.0"]
8
- [net.n01se/clojure-jna "1.0.0"]])
+ [net.n01se/clojure-jna "1.0.0"]]
9
+ :jvm-opts ["-Xmx1g"
10
+ "-XX:+TieredCompilation"
11
+ "-XX:TieredStopAtLevel=1"])
0 commit comments