From 603a45ef938872d21de92ec591fbecfeafe68fdd Mon Sep 17 00:00:00 2001 From: open-docs <13439022108@163.com> Date: Fri, 17 Oct 2025 22:23:04 +0800 Subject: [PATCH] Update garbage-collection.md --- content/manuals/build/cache/garbage-collection.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/manuals/build/cache/garbage-collection.md b/content/manuals/build/cache/garbage-collection.md index 9e35068d24cf..89bf0699b65a 100644 --- a/content/manuals/build/cache/garbage-collection.md +++ b/content/manuals/build/cache/garbage-collection.md @@ -47,8 +47,8 @@ you have 11GB worth of build cache, where: - 7GB of which is "stale" cache - 4GB is other, more valuable cache -A GC sweep would delete 5GB of stale cache as part of the 1st policy, with a -remainder of 6GB, meaning the 2nd policy does not need to clear any more cache. +A GC sweep would delete 2GB of stale cache as part of the 1st policy, with a +remainder of 9GB, meaning the 2nd policy does not need to clear any more cache. The default GC policies are (approximately):