Hey, Your Java application is a standalone application or does it run on top of an application server ?
Couple of things to consider here: - are you running on 32 or 64 bit JVM ? - which version of Java are you using: 5 or 6 ? - you are saying that your application should reduce to maximum the GC pauses, therefore you might be good setting the CMS collector and a enough big heap. - have you tuned your application ? Have you ever ran a cycle against your JVM and see the response from your application ? Check out the JVM Internals presentation about this: http://www.nbl.fi/~nbl97/solaris/train.html Cheers, Stefan This message posted from opensolaris.org _______________________________________________ perf-discuss mailing list perf-discuss@opensolaris.org