<br><br><div class="gmail_quote">On Sat, Jan 24, 2009 at 14:13, Tony Printezis <span dir="ltr"><<a href="mailto:Antonios.Printezis@sun.com">Antonios.Printezis@sun.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
Regarding the CAM agent, you said correctly that they should somehow tune its parameters a bit better. And you are right; I would have reported it as a bug.<br><font color="#888888">
</font></blockquote></div><br><br>It's hard to fault an application for using the defaults.  <br>Tuning should only be necessary to achieve top performance,<br>not to achieve reasonable performance.  <br>If an application ends up not being a good citizen as a result of  <br>
decisions made by  the JVM, that's  a bug in the JVM.<br><br>In general, JDK engineers think in terms of peak performance <br>in benchmark-like settings.  I've been guilty of that myself.<br>We should try harder to have reasonable performance without<br>
unreasonable resource consumption, by default.<br>Relatively few apps are in the "take over the machine" category.<br>Those few apps should be required to ask for such status via<br>a JVM flag.<br><br>I like the GC work done in the past few years by Matthew Hertz,<br>
with an emphasis on finding the right balance for resource use<br>(particularly memory) by GC, especially adaptively.<br><br>Martin<br>