Skip to content

Commit

Permalink
docs: update gcpolicy percentage to refer to total space
Browse files Browse the repository at this point in the history
Instead of available space.

Signed-off-by: Justin Chadwell <[email protected]>
  • Loading branch information
jedevc committed Aug 8, 2023
1 parent 397f69e commit a6e42ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/buildkitd.toml.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ insecure-entitlements = [ "network.host", "security.insecure" ]

[[worker.oci.gcpolicy]]
# keepBytes can be an integer number of bytes (e.g. 512000000), a string
# 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
# space (e.g. "10%")
keepBytes = "512MB"
# keepDuration can be an integer number of seconds (e.g. 172800), or a
Expand Down

0 comments on commit a6e42ec

Please sign in to comment.