Skip to content

Commit dc338bf

Browse files
jedevctonistiigi
authored andcommitted
docs: update gcpolicy percentage to refer to total space
Instead of available space. Signed-off-by: Justin Chadwell <[email protected]> (cherry picked from commit a6e42ec)
1 parent 58e3af5 commit dc338bf

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
@@ -64,7 +64,7 @@ insecure-entitlements = [ "network.host", "security.insecure" ]
6464

6565
[[worker.oci.gcpolicy]]
6666
# keepBytes can be an integer number of bytes (e.g. 512000000), a string
67-
# with a unit (e.g. "512MB"), or a string percentage of available disk
67+
# with a unit (e.g. "512MB"), or a string percentage of the total disk
6868
# space (e.g. "10%")
6969
keepBytes = "512MB"
7070
# keepDuration can be an integer number of seconds (e.g. 172800), or a

0 commit comments

Comments
 (0)