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 183b698 commit e472085Copy full SHA for e472085
scripts/binary_size_check.sh
@@ -11,7 +11,7 @@ if [ "${DEBUG}" = 1 ]; then
11
set -x
12
fi
13
14
-# Try to keep the K3s binary under 80 megabytes.
+# Try to keep the K3s binary under 75 megabytes.
15
# "64M ought to be enough for anybody"
16
MAX_BINARY_MB=75
17
MAX_BINARY_SIZE=$((MAX_BINARY_MB * 1024 * 1024))
0 commit comments