From fd8e32debced4a82e57094fb3bc2e471f8faff34 Mon Sep 17 00:00:00 2001 From: Rob Taylor Date: Sat, 13 Feb 2021 13:29:16 +0000 Subject: [PATCH] Update buildkitd.toml.md gckeepstorage is in MB, not bytes. Signed-off-by: Rob Taylor --- docs/buildkitd.toml.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/buildkitd.toml.md b/docs/buildkitd.toml.md index b3afc08b..28128236 100644 --- a/docs/buildkitd.toml.md +++ b/docs/buildkitd.toml.md @@ -66,7 +66,7 @@ insecure-entitlements = [ "network.host", "security.insecure" ] platforms = [ "linux/amd64", "linux/arm64" ] namespace = "buildkit" gc = true - # gckeepstorage sets storage limit for default gc profile, in bytes. + # gckeepstorage sets storage limit for default gc profile, in MB. gckeepstorage = 9000 [worker.containerd.labels] "foo" = "bar"