What JVM Garbage Collections options for AEM do you use?
So, by default the start script of AEM doesn't contain any specific JVM OPTS that configure / tune the way in which the JVM performs Garbage Collection.
Just wondering: What JAVA_OPTS do you guys use in the start script to configure the GC process for the Java Virtual Machine?
PS: Not talking about the Garbage Collection for the Datastore, this is about the JVM and it's memory management.
PSS: How about using the new G1GC, anyone got experience with that?