We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48fbcbd commit 56e73acCopy full SHA for 56e73ac
packer/conf/bin/bk-check-disk-space.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
set -euo pipefail
3
4
-DISK_MIN_AVAILABLE=${DISK_MIN_AVAILABLE:-1048576} # 1GB
+DISK_MIN_AVAILABLE=${DISK_MIN_AVAILABLE:-5242880} # 5GB
5
DISK_MIN_INODES=${DISK_MIN_INODES:-250000} # docker needs lots
6
7
DOCKER_DIR="/var/lib/docker/"
0 commit comments