Skip to content

Commit e472085

Browse files
committed
Address binary size comment
Signed-off-by: Vitor Savian <[email protected]>
1 parent 183b698 commit e472085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/binary_size_check.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if [ "${DEBUG}" = 1 ]; then
1111
set -x
1212
fi
1313

14-
# Try to keep the K3s binary under 80 megabytes.
14+
# Try to keep the K3s binary under 75 megabytes.
1515
# "64M ought to be enough for anybody"
1616
MAX_BINARY_MB=75
1717
MAX_BINARY_SIZE=$((MAX_BINARY_MB * 1024 * 1024))

0 commit comments

Comments
 (0)