Skip to content

Commit 56e73ac

Browse files
Lachlan Donaldhuonw
authored andcommitted
Increase the threshold for disk cleanup to 5GB free
1 parent 48fbcbd commit 56e73ac

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)