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 5a3ad86 commit 937b371Copy full SHA for 937b371
scripts/check_layer_size.sh
@@ -8,7 +8,7 @@
8
# Compares layer size to threshold, and fails if below that threshold
9
10
set -e
11
-MAX_LAYER_COMPRESSED_SIZE_KB=$(expr 17.5 \* 1024 / 2) # 8960 KB
+MAX_LAYER_COMPRESSED_SIZE_KB=$(expr 18 \* 1024 / 2) # 8960 KB
12
MAX_LAYER_UNCOMPRESSED_SIZE_KB=$(expr 25 \* 1024) # 25600 KB
13
14
0 commit comments