Skip to content

Commit 65ee358

Browse files
author
Lachlan Donald
authored
Merge pull request #646 from huonw/cherry-pick-min-available-4-3
Increase the threshold for disk cleanup to 5GB free for 4.3
2 parents 48fbcbd + 56e73ac commit 65ee358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packer/conf/bin/bk-check-disk-space.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
set -euo pipefail
33

4-
DISK_MIN_AVAILABLE=${DISK_MIN_AVAILABLE:-1048576} # 1GB
4+
DISK_MIN_AVAILABLE=${DISK_MIN_AVAILABLE:-5242880} # 5GB
55
DISK_MIN_INODES=${DISK_MIN_INODES:-250000} # docker needs lots
66

77
DOCKER_DIR="/var/lib/docker/"

0 commit comments

Comments
 (0)