Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: gc policy for windows to use 10% of disk space
Initially we had the GC Policy for Windows use only 2 GB (2e9 bytes) of disk space and this was limiting for some build scenarios that need more than that, especially ServerCore images. This commit makes the policy to use percentages as it is on Linux. Also going for 10% as it is on Linux. For instance, after the change, on a dev machine, the configured space was 74694367232 / (1 << 30) = 69.5 GiB. fixes #4858 docker/buildx#2411 Signed-off-by: Anthony Nandaa <[email protected]>
- Loading branch information