|
|
|
|
|
by rubashov
5282 days ago
|
|
> The default choice of garbage collector in Hotspot is the throughput collector, which is ... entirely optimized for throughput I just want to confirm this is true? Say you're doing a long running simulation. You don't care about pauses at all. You just want it to finish fast. The default GC with no particular options is the way to go? |
|
Here's some blogs that i like about this:
http://openjdk.java.net/groups/hotspot/docs/RuntimeOverview....
http://q-redux.blogspot.com/search/label/all%20jvm%20options
http://redstack.wordpress.com/2010/12/09/recommended-jvm-par...
http://marxsoftware.blogspot.com/2011/10/javaone-2011-defini...
http://blog.headius.com/2009/01/my-favorite-hotspot-jvm-flag...
http://groups.google.com/group/jvm-languages/browse_thread/t...
http://stackoverflow.com/questions/tagged/java+hotspot?sort=...