which GC Policy to choose optthruput or gencon ? IBM websphere 7
问题 I have 4 GB heap size allocated to JVM . why should i choose genconn GC policy for short lived object. As far as my understanding is genconn will divide the Heap into 2 parts (nursery and tenured ) which will increase the response time of the application but not throughput as i have sufficient heap size for my application. But if i am only concerned about the throughput should i not use optthruput policy so that i have less GC call. I can only think of one advantage of genconn is to avoid