Skip to content

Commit e97921c

Browse files
author
Lachlan Donald
committed
Increase the threshold for disk cleanup to 5GB free
1 parent 132ac63 commit e97921c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packer/linux/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)