Thanks Jony -- very helpful!

 -Lee

> On May 15, 2015, at 7:52 AM, Jony Hudson <jonyepsi...@gmail.com> wrote:
> 
> @puzzler -server is the default mostly, but Leiningen overrides some of the 
> important options that -server enables, as detailed by Alex.
> 
> @Lee the first 15 minutes of this talk by Tom Crayford has some useful info 
> about performance and JVM options in it:
> 
> https://skillsmatter.com/skillscasts/6148-opening-the-grimoire-some-things-about-clojure-performance
> 
> For the record for my long-running workloads (which I suspect are _very_ 
> similar to yours) I use:
> 
> :jvm-opts ^:replace ["-server"
>                      ;;"-XX:+AggressiveOpts"
>                      ;;"-XX:+UseFastAccessorMethods"
>                      ;;"-XX:+UseCompressedOops"
>                      "-Xmx4g"]
> 
> The commented out options are in there so I don't forget them (I learned some 
> of them from Tom's talk), but I haven't found them to make any much 
> difference for my jobs.
> 
> 
> Jony

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to