What I use: -Xincgc : enable incremental garbage collector. Works great when there's more than 1 CPU
-Xms4000m -Xmx4000m : set both min and max heap size to the same amount (4 Gb in this case). Prevents dynamic heap resizing, which at high loads may result in unexpected out of memory errors and long pauses. Albert -- http://albert.rierol.net
-- 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