NewRatio parameter not working with CMS garbage collector
问题 I switched to CMS collector for my application and throughput of application decreased by half. From GC logs, I see a high frequency of minor GCs happening (aroung 10 per second ). I have allocated a heap size of 4G . The JVM be default is using very small size for young gen (less than 40MB ). I want to try out CMS via increasing the size of young gen. Can you point me to right JVM parameter for this. I tried -XX:NewRatio but JVM ignored this parameter and there was no change in young gen