Skip to content

Commit 5a3ad86

Browse files
Bump zipped layer size
1 parent 83f97df commit 5a3ad86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/check_layer_size.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# Compares layer size to threshold, and fails if below that threshold
99

1010
set -e
11-
MAX_LAYER_COMPRESSED_SIZE_KB=$(expr 17 \* 1024 / 2) # 8704 KB
11+
MAX_LAYER_COMPRESSED_SIZE_KB=$(expr 17.5 \* 1024 / 2) # 8960 KB
1212
MAX_LAYER_UNCOMPRESSED_SIZE_KB=$(expr 25 \* 1024) # 25600 KB
1313

1414

0 commit comments

Comments
 (0)