Java Garbage Collection



Hi

Need to be able to find out how to set the type of Garbage Collection
we are using on our win 2003 server. JDK1.5 installed. Running Apache
Tomcat5. JConsole shows we have PS MarkSweep and PS Scavenge as GC's.
Does anyone know how to change this? (Duplicate other servers are
using "Copy" and "MarkSweepCompact" as Garbage Collectors...dont know
how there is a difference...
Also, does anyone know how to switch the JIT compiler between HotSpot
Client and HotSpot Server compiler?

Thank You
.



Relevant Pages

  • Re: Java Garbage Collection
    ... Client and HotSpot Server compiler? ... Here's an interesting white paper which touches on various performance issues in Java, including garbage collection. ... That last one has a FAQ with some command line options at the end. ...
    (comp.lang.java.programmer)
  • Re: Java Garbage Collection
    ... Need to be able to find out how to set the type of Garbage Collection ... Client and HotSpot Server compiler? ...
    (comp.lang.java.programmer)
  • Re: Java Garbage Collection
    ... Client and HotSpot Server compiler? ... startup command. ... GC options, and command-line options generally, vary with the JVM, not only between vendors but between releases from the same vendor. ...
    (comp.lang.java.programmer)
  • Re: Java Garbage Collection
    ... JConsole shows we have PS MarkSweep and PS Scavenge as GC's. ... Client and HotSpot Server compiler? ...
    (comp.lang.java.programmer)
  • RE: Slow performance with garbage collection
    ... The .NET runtime will not choose server GC unless explicitly told you. ... >have noticed that there is a lot of time spent in the garbage collection. ... >and the large object heap size reflects this. ... >update the config settings so mscorsvr.dll would be used instead and enable ...
    (microsoft.public.dotnet.framework)