HotSpot JVM Garbage Collection Options Cheat Sheet
In this article I have collected a list of options related to GC tuning in JVM. This is not a comprehensive list, I have only collected options which I use in practice (or at least understand why I may want to use them).
Amazing resource for JVM GC options.