Skip to content

Commit a6e42ec

Browse files
committed
docs: update gcpolicy percentage to refer to total space
Instead of available space. Signed-off-by: Justin Chadwell <[email protected]>
1 parent 397f69e commit a6e42ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/buildkitd.toml.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ insecure-entitlements = [ "network.host", "security.insecure" ]
7272

7373
[[worker.oci.gcpolicy]]
7474
# keepBytes can be an integer number of bytes (e.g. 512000000), a string
75-
# with a unit (e.g. "512MB"), or a string percentage of available disk
75+
# with a unit (e.g. "512MB"), or a string percentage of the total disk
7676
# space (e.g. "10%")
7777
keepBytes = "512MB"
7878
# keepDuration can be an integer number of seconds (e.g. 172800), or a

0 commit comments

Comments
 (0)