Default survivor ratio for the JVM on Solaris is 32 while it is 8 on Windows and Linux. Too large survivor ratio means too small survivor spaces means inefficient garbage collection (too frequent full GC runs).
According to my experience from the customer's site, survivor ratios from 4 to 12 are useful in most practical cases.
According to my experience from the customer's site, survivor ratios from 4 to 12 are useful in most practical cases.