On Wed, Nov 17, 2010 at 10:12 PM, Matt Fowles <matt.fow...@gmail.com> wrote:
> Ken~
> Not sure what jvm args you are running with, but not all GC settings will
> sweep or clear the permgen.  You should try it with:
> -XX:+CMSClassUnloadingEnabled
> -XX:+CMSPermGenSweepingEnabled
> -XX:+UseParNewGC
> -XX:+UseConcMarkSweepGC
> -XX:+CMSParallelRemarkEnabled

Maybe I will.

(Use a mark-sweep GC instead of the generational one that all newer
JVMs use by default, though? That will really hurt GC performance.)

-- 
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

Reply via email to