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 <me@jedevc.com>
(cherry picked from commit a6e42ec)
  • Loading branch information
jedevc authored and tonistiigi committed Aug 23, 2023
1 parent 58e3af5 commit dc338bf
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 @@ -64,7 +64,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 dc338bf

Please sign in to comment.