diff --git a/content/posts/jvm-gc-and-mc.md b/content/posts/jvm-gc-and-mc.md index 3e6c7d2..f848349 100644 --- a/content/posts/jvm-gc-and-mc.md +++ b/content/posts/jvm-gc-and-mc.md @@ -1,7 +1,7 @@ --- title: "What is GC? How does it work in JVM?" -date: 2023-01-22T22:22:22+11:00 -draft: true +date: 2023-01-28T20:15:10+11:00 +draft: false showSummary: true summary: "Tuning Garbage Collection on Minecraft servers is something of an arcane art that few people seem to understand at a fundamental level. Let's remedy that. We'll start at fundamentals of GC, the JVM, and use that to form the