Solved
Which Garbage Collector should be used in AEM 6.2
There are 4 ypes of garbage collector in java 1.8.
1. Serial
2. Parallel
3. CMS
4. G1
Default is parallel GC. Any recommendation which GC type should we use in AEM.
Also are there any recommendation regarding JVM paramaters that we should be using in AEM?