Re: Java Garbage Collection
- From: Arne Vajhøj <arne@xxxxxxxxxx>
- Date: Mon, 31 Mar 2008 11:56:03 -0400
Tim.Docis@xxxxxxxxxxxxx wrote:
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?
It is controlled via parameters to the Java command. So check the
startup command.
Arne
.
- References:
- Java Garbage Collection
- From: Tim . Docis
- Java Garbage Collection
- Prev by Date: Java Garbage Collection
- Next by Date: Re: Serialization Issue
- Previous by thread: Java Garbage Collection
- Next by thread: Re: Java Garbage Collection
- Index(es):
Relevant Pages
|