We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58e3af5 commit dc338bfCopy full SHA for dc338bf
docs/buildkitd.toml.md
@@ -64,7 +64,7 @@ insecure-entitlements = [ "network.host", "security.insecure" ]
64
65
[[worker.oci.gcpolicy]]
66
# 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
+ # with a unit (e.g. "512MB"), or a string percentage of the total disk
68
# space (e.g. "10%")
69
keepBytes = "512MB"
70
# keepDuration can be an integer number of seconds (e.g. 172800), or a
0 commit comments