From 5508b4f2b21c9ce86706e156de360479367fdde6 Mon Sep 17 00:00:00 2001 From: Rin Date: Thu, 9 Feb 2023 20:04:56 +1100 Subject: [PATCH] forgot to push <_< --- content/posts/jvm-gc-and-mc.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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