Skip to content

Commit 080bd42

Browse files
authored
Merge pull request moby#4120 from jedevc/docs-fix-gcpolicy-percentage
docs: update gcpolicy percentage to refer to total space
2 parents a26a22b + a6e42ec commit 080bd42

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)