Re: lein uberjar much faster as lein run

2014-04-22 Thread Alex Miller
By default, lein run will use tiered compilation, which starts faster, but is not as fast. https://github.com/technomancy/leiningen/wiki/Faster On Tuesday, April 22, 2014 9:01:34 AM UTC-5, Jony Hudson wrote: > > I recall reading that `lein run` uses JVM options optimised for startup > time, no

Re: lein uberjar much faster as lein run

2014-04-22 Thread Gary Trakhman
https://github.com/technomancy/leiningen/blob/master/leiningen-core/src/leiningen/core/project.clj#L415 TieredCompilation is the relevant one. On Tue, Apr 22, 2014 at 10:01 AM, Jony Hudson wrote: > I recall reading that `lein run` uses JVM options optimised for startup > time, not performance

Re: lein uberjar much faster as lein run

2014-04-22 Thread Cecil Westerhof
2014-04-22 16:50 GMT+02:00 Lee Spector : > > On Apr 22, 2014, at 10:01 AM, Jony Hudson wrote: > > > I recall reading that `lein run` uses JVM options optimised for startup > time, not performance - as it's intended for use in development, not > production. I can't seem to find where I read that t

Re: lein uberjar much faster as lein run

2014-04-22 Thread Lee Spector
On Apr 22, 2014, at 10:01 AM, Jony Hudson wrote: > I recall reading that `lein run` uses JVM options optimised for startup time, > not performance - as it's intended for use in development, not production. I > can't seem to find where I read that though ... Somebody with actual knowledge of w

Re: lein uberjar much faster as lein run

2014-04-22 Thread Jony Hudson
I recall reading that `lein run` uses JVM options optimised for startup time, not performance - as it's intended for use in development, not production. I can't seem to find where I read that though ... Jony -- You received this message because you are subscribed to the Google Groups "Clojure