Speeding up Sakai on dual-core machines

Aaron Zeckoski aaronz at vt.edu
Mon Jun 11 14:05:21 UTC 2007


On a related note, I tend to run this collector:
-XX:+UseParallelGC

This is the sun recommended one for server class machines (which dual
cores should be close to) and it uses ergonomics (which is the
autotuning stuff in the JVM) to optimize performance and memory usage.

That said, the theory of JVM tuning and the reality do not always
agree. I am curious to know if this uses more memory or starts up
faster or what compared to your old settings and would like to know
what your old settings were.

:-)
-AZ


On 6/11/07, a.cheetham at utoronto.ca <a.cheetham at utoronto.ca> wrote:
>
> For those of you using dual-core machines:
>
> We found a tip on configuring java to improve garbage collection.
> Doing this has vastly improved sakai performance on my machine...
>
> Add the following to your JAVA_OPTS variable in
> <tomcat>/bin/catalina.sh (or catalina.bat on Windows):
>
>         -XX:+UseConcMarkSweepGC -XX:+UseParNewGC
>
> --
> Anastasia Cheetham                   a.cheetham at utoronto.ca
> Software Designer, Fluid Project
> Adaptive Technology Resource Centre / University of Toronto
>
>
> _______________________________________________
> fluid-work mailing list
> fluid-work at fluidproject.org
> http://fluidproject.org/mailman/listinfo/fluid-work
>


-- 
Aaron Zeckoski (aaronz at vt.edu)
Senior Research Engineer - CARET - Cambridge University
[http://bugs.sakaiproject.org/confluence/display/~aaronz/]
Sakai Fellow - [http://aaronz-sakai.blogspot.com/]



More information about the fluid-work mailing list